#C0EA90

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

Shades of Sulu #C0EA90

Tints of Sulu #C0EA90

Color information

#C0EA90 (or 0xC0EA90) is unknown color: approx Sulu. HEX triplet: C0, EA and 90. RGB value is (192,234,144). Sum of RGB (Red+Green+Blue) = 192+234+144=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA90 is #3F156F. Grayscale: #D3D3D3. Windows color (decimal): -4134256 or 9497280. OLE color: 9497280.

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

Color convert

RGB192234144-
CMYK0.1800.380.08
HSL88º68.18%74.12%-
HSV(B)88º38.46%91.76%-
XYZ56.272.0737.33-
YUV211.1890.09114.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=33.68%
G=41.05%
B=25.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922341440.1800.380.088868.1874.12
HexC0EA9012026858444a
Octal3003522202204610130104112
Binary1100000011101010100100001001001001101000101100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EA90; }

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

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

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

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

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

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

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

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