#7BD9CD

Color #7BD9CD Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7BD9CD

Tints of Riptide #7BD9CD

Color information

#7BD9CD (or 0x7BD9CD) is unknown color: approx Riptide. HEX triplet: 7B, D9 and CD. RGB value is (123,217,205). Sum of RGB (Red+Green+Blue) = 123+217+205=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9CD is #842632. Grayscale: #BBBBBB. Windows color (decimal): -8660531 or 13490555. OLE color: 13490555.

HSL color Cylindrical-coordinate representation of color #7BD9CD: hue angle of 172.34º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD9CD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB123217205-
CMYK0.4300.060.15
HSL172.34º55.29%66.67%-
HSV(B)172.34º43.32%85.1%-
XYZ4458.2466.68-
YUV187.53137.8681.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 22.57%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=22.57%
G=39.82%
B=37.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232172050.4300.060.15172.3455.2966.67
Hex7BD9CD2B06Fac3743
Octal17333131553061725467103
Binary1111011110110011100110110101101101111101011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BD9CD; }

 p { color: rgb(123,217,205); }

 H1.HeaderClassName
 {
   color: #7BD9CD;
 }
 .AnyTagClassName
 {
   color: #7BD9CD;
 }
</style>
background-color css

<style>
 a { background-color: #7BD9CD; }

 a { background-color: rgb(123,217,205); }

 div.DivClassName
 {
   background-color: #7BD9CD;
 }
 .BgClassName
 {
   background-color: #7BD9CD;
 }
</style>
border-color css

<style>
 span { border-color: #7BD9CD; }

 span { border-color: rgb(123,217,205); }

 td.TdClassName
 {
   border-color: #7BD9CD;
 }
 .TagClassName
 {
   border-color: #7BD9CD;
 }
</style>