Html Css Color HEX #08E2AF Caribbean Green

📋 copy color: '#08E2AF'

red 8 ◦ green 226 ◦ blue 175

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

Shades of Caribbean Green #08E2AF

Tints of Caribbean Green #08E2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.26%

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

R = 1.96%
G = 55.26%
B = 42.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#08E2AF (or 0x08E2AF) is known color: Caribbean Green. HEX triplet: 08, E2 and AF. RGB value is (8,226,175). Sum of RGB (Red+Green+Blue) = 8+226+175=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #08E2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E2AF is #F71D50. Grayscale: #9A9A9A. Windows color (decimal): -16194897 or 11526664. OLE color: 11526664.

HSL color Cylindrical-coordinate representation of color #08E2AF: hue angle of 165.96º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E2AF is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 226 175 -
CMYK 0.96 0 0.23 0.11
HSL 165.96º 0.93% 0.46% -
HSV(B) 165.96º 0.96% 0.89% -
XYZ 35.03 57.54 49.82 -
YUV 155 139.28 23.15 -
System Red Green Blue C M Y K H S L
Decimal 8 226 175 0.96 0 0.23 0.11 165.96 0.93 0.46
Hex 8 E2 AF 60 0 17 B A6 5D 2E
Octal 10 342 257 140 0 27 13 246 135 56
Binary 1000 11100010 10101111 1100000 0 10111 1011 10100110 1011101 101110

Color Harmonies of #08E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E2AF

Black with #08E2AF

Text Example


Text Example

White with #08E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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