Html Css Color HEX #08E3AF Caribbean Green

📋 copy color: '#08E3AF'

red 8 ◦ green 227 ◦ blue 175

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

Shades of Caribbean Green #08E3AF

Tints of Caribbean Green #08E3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.37%

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

R = 1.95%
G = 55.37%
B = 42.68%

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

#08E3AF (or 0x08E3AF) is known color: Caribbean Green. HEX triplet: 08, E3 and AF. RGB value is (8,227,175). Sum of RGB (Red+Green+Blue) = 8+227+175=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 227 (89.06% from 255 or 55.37% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E3AF is #F71C50. Grayscale: #9B9B9B. Windows color (decimal): -16194641 or 11526920. OLE color: 11526920.

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

Color convert

RGB 8 227 175 -
CMYK 0.96 0 0.23 0.11
HSL 165.75º 0.93% 0.46% -
HSV(B) 165.75º 0.96% 0.89% -
XYZ 35.31 58.08 49.91 -
YUV 155.59 138.95 22.73 -
System Red Green Blue C M Y K H S L
Decimal 8 227 175 0.96 0 0.23 0.11 165.75 0.93 0.46
Hex 8 E3 AF 60 0 17 B A6 5D 2E
Octal 10 343 257 140 0 27 13 246 135 56
Binary 1000 11100011 10101111 1100000 0 10111 1011 10100110 1011101 101110

Color Harmonies of #08E3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E3AF

Black with #08E3AF

Text Example


Text Example

White with #08E3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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