#7FE5CB

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

Shades of Riptide #7FE5CB

Tints of Riptide #7FE5CB

Color information

#7FE5CB (or 0x7FE5CB) is unknown color: approx Riptide. HEX triplet: 7F, E5 and CB. RGB value is (127,229,203). Sum of RGB (Red+Green+Blue) = 127+229+203=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5CB is #801A34. Grayscale: #C3C3C3. Windows color (decimal): -8395317 or 13362559. OLE color: 13362559.

HSL color Cylindrical-coordinate representation of color #7FE5CB: hue angle of 164.71º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5CB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB127229203-
CMYK0.4500.110.10
HSL164.71º66.23%69.8%-
HSV(B)164.71º44.54%89.8%-
XYZ47.5564.8666.51-
YUV195.54132.2179.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=22.72%
G=40.97%
B=36.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272292030.4500.110.10164.7166.2369.8
Hex7FE5CB2D0BAa54246
Octal1773453135501312245102106
Binary111111111100101110010111011010101110101010010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,229,203); }

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

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

 a { background-color: rgb(127,229,203); }

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

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

 span { border-color: rgb(127,229,203); }

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