#C2E69B

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

Shades of Reef #C2E69B

Tints of Reef #C2E69B

Color information

#C2E69B (or 0xC2E69B) is unknown color: approx Reef. HEX triplet: C2, E6 and 9B. RGB value is (194,230,155). Sum of RGB (Red+Green+Blue) = 194+230+155=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E69B is #3D1964. Grayscale: #D2D2D2. Windows color (decimal): -4004197 or 10217154. OLE color: 10217154.

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

Color convert

RGB194230155-
CMYK0.1600.330.10
HSL88.8º60%75.49%-
HSV(B)88.8º32.61%90.2%-
XYZ56.4670.4341.63-
YUV210.6996.57116.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 230 (90.23% from 255) = 39.72%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=33.51%
G=39.72%
B=26.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942301550.1600.330.1088.86075.49
HexC2E69B10021A593c4b
Octal302346233200411213174113
Binary110000101110011010011011100000100001101010110011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E69B; }

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

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

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

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

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

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

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

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