#C7EAAB

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

Shades of Reef #C7EAAB

Tints of Reef #C7EAAB

Color information

#C7EAAB (or 0xC7EAAB) is unknown color: approx Reef. HEX triplet: C7, EA and AB. RGB value is (199,234,171). Sum of RGB (Red+Green+Blue) = 199+234+171=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAAB is #381554. Grayscale: #D8D8D8. Windows color (decimal): -3675477 or 11266759. OLE color: 11266759.

HSL color Cylindrical-coordinate representation of color #C7EAAB: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7EAAB is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB199234171-
CMYK0.1500.270.08
HSL93.33º60%79.41%-
HSV(B)93.33º26.92%91.76%-
XYZ60.3373.9349.62-
YUV216.35102.4115.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=32.95%
G=38.74%
B=28.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992341710.1500.270.0893.336079.41
HexC7EAABF01B85d3c4f
Octal307352253170331013574117
Binary1100011111101010101010111111011011100010111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EAAB; }

 p { color: rgb(199,234,171); }

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

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

 a { background-color: rgb(199,234,171); }

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

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

 span { border-color: rgb(199,234,171); }

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