Html Css Color HEX #09BCA0 Caribbean Green

📋 copy color: '#09BCA0'

red 9 ◦ green 188 ◦ blue 160

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

Shades of Caribbean Green #09BCA0

Tints of Caribbean Green #09BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 2.52%
G = 52.66%
B = 44.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#09BCA0 (or 0x09BCA0) is known color: Caribbean Green. HEX triplet: 09, BC and A0. RGB value is (9,188,160). Sum of RGB (Red+Green+Blue) = 9+188+160=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BCA0 is #F6435F. Grayscale: #838383. Windows color (decimal): -16139104 or 10533897. OLE color: 10533897.

HSL color Cylindrical-coordinate representation of color #09BCA0: hue angle of 170.61º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCA0 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 188 160 -
CMYK 0.95 0 0.15 0.26
HSL 170.61º 0.91% 0.39% -
HSV(B) 170.61º 0.95% 0.74% -
XYZ 24.44 38.56 39.41 -
YUV 131.29 144.2 40.78 -
System Red Green Blue C M Y K H S L
Decimal 9 188 160 0.95 0 0.15 0.26 170.61 0.91 0.39
Hex 9 BC A0 5F 0 F 1A AB 5B 27
Octal 11 274 240 137 0 17 32 253 133 47
Binary 1001 10111100 10100000 1011111 0 1111 11010 10101011 1011011 100111

Color Harmonies of #09BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCA0

Black with #09BCA0

Text Example


Text Example

White with #09BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,160); }

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

background-color css

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

 a { background-color: rgb(9,188,160); }

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

border-color css

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

 span { border-color: rgb(9,188,160); }

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