#09CB98

Color #09CB98 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #09CB98

Tints of Caribbean Green #09CB98

Color information

#09CB98 (or 0x09CB98) is unknown color: approx Caribbean Green. HEX triplet: 09, CB and 98. RGB value is (9,203,152). Sum of RGB (Red+Green+Blue) = 9+203+152=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CB98 is #F63467. Grayscale: #8B8B8B. Windows color (decimal): -16135272 or 10013449. OLE color: 10013449.

HSL color Cylindrical-coordinate representation of color #09CB98: hue angle of 164.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB98 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB9203152-
CMYK0.9600.250.20
HSL164.23º91.51%41.57%-
HSV(B)164.23º95.57%79.61%-
XYZ27.1445.0436.97-
YUV139.18135.2335.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.47%
GREEN value IS 203 (79.69% from 255) = 55.77%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=2.47%
G=55.77%
B=41.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92031520.9600.250.20164.2391.5141.57
Hex9CB986001914a45c2a
Octal113132301400312424413452
Binary10011100101110011000110000001100110100101001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09CB98; }

 p { color: rgb(9,203,152); }

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

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

 a { background-color: rgb(9,203,152); }

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

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

 span { border-color: rgb(9,203,152); }

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