Html Css Color HEX #8BEFE0 Aquamarine

📋 copy color: '#8BEFE0'

red 139 ◦ green 239 ◦ blue 224

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

Shades of Aquamarine #8BEFE0

Tints of Aquamarine #8BEFE0

RGB

 RED value IS 139 (54.69% from 255) = 23.09%

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 23.09%
G = 39.7%
B = 37.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#8BEFE0 (or 0x8BEFE0) is known color: Aquamarine. HEX triplet: 8B, EF and E0. RGB value is (139,239,224). Sum of RGB (Red+Green+Blue) = 139+239+224=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFE0 is #74101F. Grayscale: #CFCFCF. Windows color (decimal): -7606304 or 14741387. OLE color: 14741387.

HSL color Cylindrical-coordinate representation of color #8BEFE0: hue angle of 171º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFE0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 239 224 -
CMYK 0.42 0 0.06 0.06
HSL 171º 0.76% 0.74% -
HSV(B) 171º 0.42% 0.94% -
XYZ 54.97 72.6 81.64 -
YUV 207.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 139 239 224 0.42 0 0.06 0.06 171 0.76 0.74
Hex 8B EF E0 2A 0 6 6 AB 4C 4A
Octal 213 357 340 52 0 6 6 253 114 112
Binary 10001011 11101111 11100000 101010 0 110 110 10101011 1001100 1001010

Color Harmonies of #8BEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFE0

Black with #8BEFE0

Text Example


Text Example

White with #8BEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,239,224); }

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

background-color css

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

 a { background-color: rgb(139,239,224); }

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

border-color css

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

 span { border-color: rgb(139,239,224); }

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