Html Css Color HEX #08BCA8 Caribbean Green

📋 copy color: '#08BCA8'

red 8 ◦ green 188 ◦ blue 168

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

Shades of Caribbean Green #08BCA8

Tints of Caribbean Green #08BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.15%

R = 2.2%
G = 51.65%
B = 46.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#08BCA8 (or 0x08BCA8) is known color: Caribbean Green. HEX triplet: 08, BC and A8. RGB value is (8,188,168). Sum of RGB (Red+Green+Blue) = 8+188+168=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCA8 is #F74357. Grayscale: #838383. Windows color (decimal): -16204632 or 11058184. OLE color: 11058184.

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

Color convert

RGB 8 188 168 -
CMYK 0.96 0 0.11 0.26
HSL 173.33º 0.92% 0.38% -
HSV(B) 173.33º 0.96% 0.74% -
XYZ 25.15 38.85 43.22 -
YUV 131.9 148.37 39.63 -
System Red Green Blue C M Y K H S L
Decimal 8 188 168 0.96 0 0.11 0.26 173.33 0.92 0.38
Hex 8 BC A8 60 0 B 1A AD 5C 26
Octal 10 274 250 140 0 13 32 255 134 46
Binary 1000 10111100 10101000 1100000 0 1011 11010 10101101 1011100 100110

Color Harmonies of #08BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCA8

Black with #08BCA8

Text Example


Text Example

White with #08BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,188,168); }

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

background-color css

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

 a { background-color: rgb(8,188,168); }

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

border-color css

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

 span { border-color: rgb(8,188,168); }

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