Html Css Color HEX #8BEFC9 Aquamarine

📋 copy color: '#8BEFC9'

red 139 ◦ green 239 ◦ blue 201

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

Shades of Aquamarine #8BEFC9

Tints of Aquamarine #8BEFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 24.01%
G = 41.28%
B = 34.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#8BEFC9 (or 0x8BEFC9) is known color: Aquamarine. HEX triplet: 8B, EF and C9. RGB value is (139,239,201). Sum of RGB (Red+Green+Blue) = 139+239+201=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFC9 is #741036. Grayscale: #CCCCCC. Windows color (decimal): -7606327 or 13234059. OLE color: 13234059.

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

Color convert

RGB 139 239 201 -
CMYK 0.42 0 0.16 0.06
HSL 157.2º 0.76% 0.74% -
HSV(B) 157.2º 0.42% 0.94% -
XYZ 52.06 71.44 66.3 -
YUV 204.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 139 239 201 0.42 0 0.16 0.06 157.2 0.76 0.74
Hex 8B EF C9 2A 0 10 6 9D 4C 4A
Octal 213 357 311 52 0 20 6 235 114 112
Binary 10001011 11101111 11001001 101010 0 10000 110 10011101 1001100 1001010

Color Harmonies of #8BEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFC9

Black with #8BEFC9

Text Example


Text Example

White with #8BEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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