#C2E69F

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

Shades of Reef #C2E69F

Tints of Reef #C2E69F

Color information

#C2E69F (or 0xC2E69F) is unknown color: approx Reef. HEX triplet: C2, E6 and 9F. RGB value is (194,230,159). Sum of RGB (Red+Green+Blue) = 194+230+159=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E69F is #3D1960. Grayscale: #D3D3D3. Windows color (decimal): -4004193 or 10479298. OLE color: 10479298.

HSL color Cylindrical-coordinate representation of color #C2E69F: hue angle of 90.42º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2E69F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB194230159-
CMYK0.1600.310.10
HSL90.42º58.68%76.27%-
HSV(B)90.42º30.87%90.2%-
XYZ56.870.5743.43-
YUV211.1498.57115.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=33.28%
G=39.45%
B=27.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942301590.1600.310.1090.4258.6876.27
HexC2E69F1001FA5a3b4c
Octal302346237200371213273114
Binary11000010111001101001111110000011111101010110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E69F; }

 p { color: rgb(194,230,159); }

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

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

 a { background-color: rgb(194,230,159); }

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

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

 span { border-color: rgb(194,230,159); }

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