Html Css Color HEX #08BD9C Caribbean Green

📋 copy color: '#08BD9C'

red 8 ◦ green 189 ◦ blue 156

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

Shades of Caribbean Green #08BD9C

Tints of Caribbean Green #08BD9C

RGB

 RED value IS 8 (3.52% from 255) = 2.27%

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 2.27%
G = 53.54%
B = 44.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#08BD9C (or 0x08BD9C) is known color: Caribbean Green. HEX triplet: 08, BD and 9C. RGB value is (8,189,156). Sum of RGB (Red+Green+Blue) = 8+189+156=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD9C is #F74263. Grayscale: #838383. Windows color (decimal): -16204388 or 10272008. OLE color: 10272008.

HSL color Cylindrical-coordinate representation of color #08BD9C: hue angle of 169.06º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD9C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 156 -
CMYK 0.96 0 0.17 0.26
HSL 169.06º 0.92% 0.39% -
HSV(B) 169.06º 0.96% 0.74% -
XYZ 24.3 38.85 37.67 -
YUV 131.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 8 189 156 0.96 0 0.17 0.26 169.06 0.92 0.39
Hex 8 BD 9C 60 0 11 1A A9 5C 27
Octal 10 275 234 140 0 21 32 251 134 47
Binary 1000 10111101 10011100 1100000 0 10001 11010 10101001 1011100 100111

Color Harmonies of #08BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD9C

Black with #08BD9C

Text Example


Text Example

White with #08BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BD9C; }

 p { color: rgb(8,189,156); }

 H1.HeaderClassName
 {
   color: #08BD9C;
 }
 .AnyTagClassName
 {
   color: #08BD9C;
 }
</style>

background-color css

<style>
 a { background-color: #08BD9C; }

 a { background-color: rgb(8,189,156); }

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

border-color css

<style>
 span { border-color: #08BD9C; }

 span { border-color: rgb(8,189,156); }

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