#7BD8C9

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

Shades of Riptide #7BD8C9

Tints of Riptide #7BD8C9

Color information

#7BD8C9 (or 0x7BD8C9) is unknown color: approx Riptide. HEX triplet: 7B, D8 and C9. RGB value is (123,216,201). Sum of RGB (Red+Green+Blue) = 123+216+201=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8C9 is #842736. Grayscale: #BABABA. Windows color (decimal): -8660791 or 13228155. OLE color: 13228155.

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

Color convert

RGB123216201-
CMYK0.4300.070.15
HSL170.32º54.39%66.47%-
HSV(B)170.32º43.06%84.71%-
XYZ43.2757.5464.08-
YUV186.48136.1982.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.78%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=22.78%
G=40%
B=37.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232162010.4300.070.15170.3254.3966.47
Hex7BD8C92B07Faa3642
Octal17333031153071725266102
Binary1111011110110001100100110101101111111101010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,216,201); }

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

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

 a { background-color: rgb(123,216,201); }

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

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

 span { border-color: rgb(123,216,201); }

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