#C7E1AA

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

Shades of Reef #C7E1AA

Tints of Reef #C7E1AA

Color information

#C7E1AA (or 0xC7E1AA) is unknown color: approx Reef. HEX triplet: C7, E1 and AA. RGB value is (199,225,170). Sum of RGB (Red+Green+Blue) = 199+225+170=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E1AA is #381E55. Grayscale: #D3D3D3. Windows color (decimal): -3677782 or 11198919. OLE color: 11198919.

HSL color Cylindrical-coordinate representation of color #C7E1AA: hue angle of 88.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7E1AA is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB199225170-
CMYK0.1200.240.12
HSL88.36º47.83%77.45%-
HSV(B)88.36º24.44%88.24%-
XYZ57.7368.8948.29-
YUV210.96104.89119.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=33.50%
G=37.88%
B=28.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992251700.1200.240.1288.3647.8377.45
HexC7E1AAC018C58304d
Octal307341252140301413060115
Binary1100011111100001101010101100011000110010110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E1AA; }

 p { color: rgb(199,225,170); }

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

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

 a { background-color: rgb(199,225,170); }

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

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

 span { border-color: rgb(199,225,170); }

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