Html Css Color HEX #09DCB0 Caribbean Green

📋 copy color: '#09DCB0'

red 9 ◦ green 220 ◦ blue 176

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

Shades of Caribbean Green #09DCB0

Tints of Caribbean Green #09DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.32%

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 2.22%
G = 54.32%
B = 43.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#09DCB0 (or 0x09DCB0) is known color: Caribbean Green. HEX triplet: 09, DC and B0. RGB value is (9,220,176). Sum of RGB (Red+Green+Blue) = 9+220+176=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DCB0 is #F6234F. Grayscale: #979797. Windows color (decimal): -16130896 or 11590665. OLE color: 11590665.

HSL color Cylindrical-coordinate representation of color #09DCB0: hue angle of 167.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCB0 is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 176 -
CMYK 0.96 0 0.2 0.14
HSL 167.49º 0.92% 0.45% -
HSV(B) 167.49º 0.96% 0.86% -
XYZ 33.54 54.38 49.8 -
YUV 151.9 141.6 26.08 -
System Red Green Blue C M Y K H S L
Decimal 9 220 176 0.96 0 0.2 0.14 167.49 0.92 0.45
Hex 9 DC B0 60 0 14 E A7 5C 2D
Octal 11 334 260 140 0 24 16 247 134 55
Binary 1001 11011100 10110000 1100000 0 10100 1110 10100111 1011100 101101

Color Harmonies of #09DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCB0

Black with #09DCB0

Text Example


Text Example

White with #09DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,176); }

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

background-color css

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

 a { background-color: rgb(9,220,176); }

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

border-color css

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

 span { border-color: rgb(9,220,176); }

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