#C0EA9B

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

Shades of Reef #C0EA9B

Tints of Reef #C0EA9B

Color information

#C0EA9B (or 0xC0EA9B) is unknown color: approx Reef. HEX triplet: C0, EA and 9B. RGB value is (192,234,155). Sum of RGB (Red+Green+Blue) = 192+234+155=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA9B is #3F1564. Grayscale: #D4D4D4. Windows color (decimal): -4134245 or 10218176. OLE color: 10218176.

HSL color Cylindrical-coordinate representation of color #C0EA9B: hue angle of 91.9º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0EA9B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB192234155-
CMYK0.1800.340.08
HSL91.9º65.29%76.27%-
HSV(B)91.9º33.76%91.76%-
XYZ57.0872.4241.98-
YUV212.4495.59113.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=33.05%
G=40.28%
B=26.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922341550.1800.340.0891.965.2976.27
HexC0EA9B1202285c414c
Octal3003522332204210134101114
Binary1100000011101010100110111001001000101000101110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EA9B; }

 p { color: rgb(192,234,155); }

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

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

 a { background-color: rgb(192,234,155); }

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

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

 span { border-color: rgb(192,234,155); }

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