#C0EB93

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

Shades of Reef #C0EB93

Tints of Reef #C0EB93

Color information

#C0EB93 (or 0xC0EB93) is unknown color: approx Reef. HEX triplet: C0, EB and 93. RGB value is (192,235,147). Sum of RGB (Red+Green+Blue) = 192+235+147=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB93 is #3F146C. Grayscale: #D4D4D4. Windows color (decimal): -4133997 or 9694144. OLE color: 9694144.

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

Color convert

RGB192235147-
CMYK0.1800.370.08
HSL89.32º68.75%74.9%-
HSV(B)89.32º37.45%92.16%-
XYZ56.7172.7338.65-
YUV212.1191.25113.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=33.45%
G=40.94%
B=25.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351470.1800.370.0889.3268.7574.9
HexC0EB9312025859454b
Octal3003532232204510131105113
Binary1100000011101011100100111001001001011000101100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB93; }

 p { color: rgb(192,235,147); }

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

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

 a { background-color: rgb(192,235,147); }

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

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

 span { border-color: rgb(192,235,147); }

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