Html Css Color HEX #8BF9CE Aquamarine

📋 copy color: '#8BF9CE'

red 139 ◦ green 249 ◦ blue 206

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

Shades of Aquamarine #8BF9CE

Tints of Aquamarine #8BF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 23.4%
G = 41.92%
B = 34.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#8BF9CE (or 0x8BF9CE) is known color: Aquamarine. HEX triplet: 8B, F9 and CE. RGB value is (139,249,206). Sum of RGB (Red+Green+Blue) = 139+249+206=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF9CE is #740631. Grayscale: #D3D3D3. Windows color (decimal): -7603762 or 13564299. OLE color: 13564299.

HSL color Cylindrical-coordinate representation of color #8BF9CE: hue angle of 156.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF9CE is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 249 206 -
CMYK 0.44 0 0.17 0.02
HSL 156.55º 0.9% 0.76% -
HSV(B) 156.55º 0.44% 0.98% -
XYZ 55.66 77.7 70.46 -
YUV 211.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 139 249 206 0.44 0 0.17 0.02 156.55 0.9 0.76
Hex 8B F9 CE 2C 0 11 2 9D 5A 4C
Octal 213 371 316 54 0 21 2 235 132 114
Binary 10001011 11111001 11001110 101100 0 10001 10 10011101 1011010 1001100

Color Harmonies of #8BF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF9CE

Black with #8BF9CE

Text Example


Text Example

White with #8BF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,249,206); }

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

background-color css

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

 a { background-color: rgb(139,249,206); }

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

border-color css

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

 span { border-color: rgb(139,249,206); }

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