Html Css Color HEX #08BCA1 Caribbean Green

📋 copy color: '#08BCA1'

red 8 ◦ green 188 ◦ blue 161

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

Shades of Caribbean Green #08BCA1

Tints of Caribbean Green #08BCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 2.24%
G = 52.66%
B = 45.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#08BCA1 (or 0x08BCA1) is known color: Caribbean Green. HEX triplet: 08, BC and A1. RGB value is (8,188,161). Sum of RGB (Red+Green+Blue) = 8+188+161=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCA1 is #F7435E. Grayscale: #838383. Windows color (decimal): -16204639 or 10599432. OLE color: 10599432.

HSL color Cylindrical-coordinate representation of color #08BCA1: hue angle of 171º 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 #08BCA1 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 161 -
CMYK 0.96 0 0.14 0.26
HSL 171º 0.92% 0.38% -
HSV(B) 171º 0.96% 0.74% -
XYZ 24.52 38.59 39.87 -
YUV 131.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 8 188 161 0.96 0 0.14 0.26 171 0.92 0.38
Hex 8 BC A1 60 0 E 1A AB 5C 26
Octal 10 274 241 140 0 16 32 253 134 46
Binary 1000 10111100 10100001 1100000 0 1110 11010 10101011 1011100 100110

Color Harmonies of #08BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCA1

Black with #08BCA1

Text Example


Text Example

White with #08BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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