#08B9A4

Color #08B9A4 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #08B9A4

Tints of Caribbean Green #08B9A4

Color information

#08B9A4 (or 0x08B9A4) is unknown color: approx Caribbean Green. HEX triplet: 08, B9 and A4. RGB value is (8,185,164). Sum of RGB (Red+Green+Blue) = 8+185+164=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #08B9A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B9A4 is #F7465B. Grayscale: #818181. Windows color (decimal): -16205404 or 10795272. OLE color: 10795272.

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

Color convert

RGB8185164-
CMYK0.9600.110.27
HSL172.88º91.71%37.84%-
HSV(B)172.88º95.68%72.55%-
XYZ24.1537.4341.07-
YUV129.68147.3641.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.24%
GREEN value IS 185 (72.66% from 255) = 51.82%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=2.24%
G=51.82%
B=45.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81851640.9600.110.27172.8891.7137.84
Hex8B9A4600B1Bad5c26
Octal102712441400133325513446
Binary1000101110011010010011000000101111011101011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,185,164); }

 H1.HeaderClassName
 {
   color: #08B9A4;
 }
 .AnyTagClassName
 {
   color: #08B9A4;
 }
</style>
background-color css

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

 a { background-color: rgb(8,185,164); }

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

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

 span { border-color: rgb(8,185,164); }

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