Html Css Color HEX #8BEFE4 Aquamarine

📋 copy color: '#8BEFE4'

red 139 ◦ green 239 ◦ blue 228

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

Shades of Aquamarine #8BEFE4

Tints of Aquamarine #8BEFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.62%

R = 22.94%
G = 39.44%
B = 37.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#8BEFE4 (or 0x8BEFE4) is known color: Aquamarine. HEX triplet: 8B, EF and E4. RGB value is (139,239,228). Sum of RGB (Red+Green+Blue) = 139+239+228=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFE4 is #74101B. Grayscale: #CFCFCF. Windows color (decimal): -7606300 or 15003531. OLE color: 15003531.

HSL color Cylindrical-coordinate representation of color #8BEFE4: hue angle of 173.4º 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 #8BEFE4 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 239 228 -
CMYK 0.42 0 0.05 0.06
HSL 173.4º 0.76% 0.74% -
HSV(B) 173.4º 0.42% 0.94% -
XYZ 55.52 72.82 84.53 -
YUV 207.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 139 239 228 0.42 0 0.05 0.06 173.4 0.76 0.74
Hex 8B EF E4 2A 0 5 6 AD 4C 4A
Octal 213 357 344 52 0 5 6 255 114 112
Binary 10001011 11101111 11100100 101010 0 101 110 10101101 1001100 1001010

Color Harmonies of #8BEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFE4

Black with #8BEFE4

Text Example


Text Example

White with #8BEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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