Html Css Color HEX #8FEEE0 Aquamarine

📋 copy color: '#8FEEE0'

red 143 ◦ green 238 ◦ blue 224

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

Shades of Aquamarine #8FEEE0

Tints of Aquamarine #8FEEE0

RGB

 RED value IS 143 (56.25% from 255) = 23.64%

 GREEN value IS 238 (93.36% from 255) = 39.34%

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 23.64%
G = 39.34%
B = 37.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#8FEEE0 (or 0x8FEEE0) is known color: Aquamarine. HEX triplet: 8F, EE and E0. RGB value is (143,238,224). Sum of RGB (Red+Green+Blue) = 143+238+224=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEE0 is #70111F. Grayscale: #CFCFCF. Windows color (decimal): -7344416 or 14741135. OLE color: 14741135.

HSL color Cylindrical-coordinate representation of color #8FEEE0: hue angle of 171.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEE0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 238 224 -
CMYK 0.40 0 0.06 0.07
HSL 171.16º 0.74% 0.75% -
HSV(B) 171.16º 0.4% 0.93% -
XYZ 55.36 72.37 81.57 -
YUV 208 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 143 238 224 0.40 0 0.06 0.07 171.16 0.74 0.75
Hex 8F EE E0 28 0 6 7 AB 4A 4B
Octal 217 356 340 50 0 6 7 253 112 113
Binary 10001111 11101110 11100000 101000 0 110 111 10101011 1001010 1001011

Color Harmonies of #8FEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEE0

Black with #8FEEE0

Text Example


Text Example

White with #8FEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FEEE0; }

 p { color: rgb(143,238,224); }

 H1.HeaderClassName
 {
   color: #8FEEE0;
 }
 .AnyTagClassName
 {
   color: #8FEEE0;
 }
</style>

background-color css

<style>
 a { background-color: #8FEEE0; }

 a { background-color: rgb(143,238,224); }

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

border-color css

<style>
 span { border-color: #8FEEE0; }

 span { border-color: rgb(143,238,224); }

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