Html Css Color HEX #08BAA3 Caribbean Green

📋 copy color: '#08BAA3'

red 8 ◦ green 186 ◦ blue 163

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

Shades of Caribbean Green #08BAA3

Tints of Caribbean Green #08BAA3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.1%

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 2.24%
G = 52.1%
B = 45.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#08BAA3 (or 0x08BAA3) is known color: Caribbean Green. HEX triplet: 08, BA and A3. RGB value is (8,186,163). Sum of RGB (Red+Green+Blue) = 8+186+163=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #08BAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BAA3 is #F7455C. Grayscale: #828282. Windows color (decimal): -16205149 or 10729992. OLE color: 10729992.

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

Color convert

RGB 8 186 163 -
CMYK 0.96 0 0.12 0.27
HSL 172.25º 0.92% 0.38% -
HSV(B) 172.25º 0.96% 0.73% -
XYZ 24.27 37.81 40.67 -
YUV 130.16 146.53 40.87 -
System Red Green Blue C M Y K H S L
Decimal 8 186 163 0.96 0 0.12 0.27 172.25 0.92 0.38
Hex 8 BA A3 60 0 C 1B AC 5C 26
Octal 10 272 243 140 0 14 33 254 134 46
Binary 1000 10111010 10100011 1100000 0 1100 11011 10101100 1011100 100110

Color Harmonies of #08BAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BAA3

Black with #08BAA3

Text Example


Text Example

White with #08BAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,163); }

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

background-color css

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

 a { background-color: rgb(8,186,163); }

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

border-color css

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

 span { border-color: rgb(8,186,163); }

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