Html Css Color HEX #08D5AF Caribbean Green

📋 copy color: '#08D5AF'

red 8 ◦ green 213 ◦ blue 175

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

Shades of Caribbean Green #08D5AF

Tints of Caribbean Green #08D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.79%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 2.02%
G = 53.79%
B = 44.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#08D5AF (or 0x08D5AF) is known color: Caribbean Green. HEX triplet: 08, D5 and AF. RGB value is (8,213,175). Sum of RGB (Red+Green+Blue) = 8+213+175=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #08D5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D5AF is #F72A50. Grayscale: #939393. Windows color (decimal): -16198225 or 11523336. OLE color: 11523336.

HSL color Cylindrical-coordinate representation of color #08D5AF: hue angle of 168.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D5AF is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 213 175 -
CMYK 0.96 0 0.18 0.16
HSL 168.88º 0.93% 0.43% -
HSV(B) 168.88º 0.96% 0.84% -
XYZ 31.63 50.74 48.68 -
YUV 147.37 143.58 28.59 -
System Red Green Blue C M Y K H S L
Decimal 8 213 175 0.96 0 0.18 0.16 168.88 0.93 0.43
Hex 8 D5 AF 60 0 12 10 A9 5D 2B
Octal 10 325 257 140 0 22 20 251 135 53
Binary 1000 11010101 10101111 1100000 0 10010 10000 10101001 1011101 101011

Color Harmonies of #08D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D5AF

Black with #08D5AF

Text Example


Text Example

White with #08D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,213,175); }

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

background-color css

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

 a { background-color: rgb(8,213,175); }

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

border-color css

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

 span { border-color: rgb(8,213,175); }

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