Html Css Color HEX #09B996 Caribbean Green

📋 copy color: '#09B996'

red 9 ◦ green 185 ◦ blue 150

#09B996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #09B996

Tints of Caribbean Green #09B996

RGB

 RED value IS 9 (3.91% from 255) = 2.62%

 GREEN value IS 185 (72.66% from 255) = 53.78%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 2.62%
G = 53.78%
B = 43.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#09B996 (or 0x09B996) is known color: Caribbean Green. HEX triplet: 09, B9 and 96. RGB value is (9,185,150). Sum of RGB (Red+Green+Blue) = 9+185+150=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #09B996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B996 is #F64669. Grayscale: #808080. Windows color (decimal): -16139882 or 9877769. OLE color: 9877769.

HSL color Cylindrical-coordinate representation of color #09B996: hue angle of 168.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B996 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 185 150 -
CMYK 0.95 0 0.19 0.27
HSL 168.07º 0.91% 0.38% -
HSV(B) 168.07º 0.95% 0.73% -
XYZ 22.97 36.96 34.78 -
YUV 128.39 140.19 42.85 -
System Red Green Blue C M Y K H S L
Decimal 9 185 150 0.95 0 0.19 0.27 168.07 0.91 0.38
Hex 9 B9 96 5F 0 13 1B A8 5B 26
Octal 11 271 226 137 0 23 33 250 133 46
Binary 1001 10111001 10010110 1011111 0 10011 11011 10101000 1011011 100110

Color Harmonies of #09B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B996

Black with #09B996

Text Example


Text Example

White with #09B996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,185,150); }

 H1.HeaderClassName
 {
   color: #09B996;
 }
 .AnyTagClassName
 {
   color: #09B996;
 }
</style>

background-color css

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

 a { background-color: rgb(9,185,150); }

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

border-color css

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

 span { border-color: rgb(9,185,150); }

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