Html Css Color HEX #09BCA6 Caribbean Green

📋 copy color: '#09BCA6'

red 9 ◦ green 188 ◦ blue 166

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

Shades of Caribbean Green #09BCA6

Tints of Caribbean Green #09BCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 2.48%
G = 51.79%
B = 45.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#09BCA6 (or 0x09BCA6) is known color: Caribbean Green. HEX triplet: 09, BC and A6. RGB value is (9,188,166). Sum of RGB (Red+Green+Blue) = 9+188+166=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BCA6 is #F64359. Grayscale: #838383. Windows color (decimal): -16139098 or 10927113. OLE color: 10927113.

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

Color convert

RGB 9 188 166 -
CMYK 0.95 0 0.12 0.26
HSL 172.63º 0.91% 0.39% -
HSV(B) 172.63º 0.95% 0.74% -
XYZ 24.98 38.78 42.24 -
YUV 131.97 147.2 40.29 -
System Red Green Blue C M Y K H S L
Decimal 9 188 166 0.95 0 0.12 0.26 172.63 0.91 0.39
Hex 9 BC A6 5F 0 C 1A AD 5B 27
Octal 11 274 246 137 0 14 32 255 133 47
Binary 1001 10111100 10100110 1011111 0 1100 11010 10101101 1011011 100111

Color Harmonies of #09BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCA6

Black with #09BCA6

Text Example


Text Example

White with #09BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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