Html Css Color HEX #09BBA4 Caribbean Green

📋 copy color: '#09BBA4'

red 9 ◦ green 187 ◦ blue 164

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

Shades of Caribbean Green #09BBA4

Tints of Caribbean Green #09BBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.94%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 2.5%
G = 51.94%
B = 45.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#09BBA4 (or 0x09BBA4) is known color: Caribbean Green. HEX triplet: 09, BB and A4. RGB value is (9,187,164). Sum of RGB (Red+Green+Blue) = 9+187+164=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #09BBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BBA4 is #F6445B. Grayscale: #838383. Windows color (decimal): -16139356 or 10795785. OLE color: 10795785.

HSL color Cylindrical-coordinate representation of color #09BBA4: hue angle of 172.25º 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 #09BBA4 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 187 164 -
CMYK 0.95 0 0.12 0.27
HSL 172.25º 0.91% 0.38% -
HSV(B) 172.25º 0.95% 0.73% -
XYZ 24.58 38.28 41.21 -
YUV 131.16 146.53 40.87 -
System Red Green Blue C M Y K H S L
Decimal 9 187 164 0.95 0 0.12 0.27 172.25 0.91 0.38
Hex 9 BB A4 5F 0 C 1B AC 5B 26
Octal 11 273 244 137 0 14 33 254 133 46
Binary 1001 10111011 10100100 1011111 0 1100 11011 10101100 1011011 100110

Color Harmonies of #09BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BBA4

Black with #09BBA4

Text Example


Text Example

White with #09BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,187,164); }

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

background-color css

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

 a { background-color: rgb(9,187,164); }

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

border-color css

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

 span { border-color: rgb(9,187,164); }

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