Html Css Color HEX #8BEFDD Aquamarine

📋 copy color: '#8BEFDD'

red 139 ◦ green 239 ◦ blue 221

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

Shades of Aquamarine #8BEFDD

Tints of Aquamarine #8BEFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 23.21%
G = 39.9%
B = 36.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#8BEFDD (or 0x8BEFDD) is known color: Aquamarine. HEX triplet: 8B, EF and DD. RGB value is (139,239,221). Sum of RGB (Red+Green+Blue) = 139+239+221=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFDD is #741022. Grayscale: #CFCFCF. Windows color (decimal): -7606307 or 14544779. OLE color: 14544779.

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

Color convert

RGB 139 239 221 -
CMYK 0.42 0 0.08 0.06
HSL 169.2º 0.76% 0.74% -
HSV(B) 169.2º 0.42% 0.94% -
XYZ 54.57 72.44 79.51 -
YUV 207.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 139 239 221 0.42 0 0.08 0.06 169.2 0.76 0.74
Hex 8B EF DD 2A 0 8 6 A9 4C 4A
Octal 213 357 335 52 0 10 6 251 114 112
Binary 10001011 11101111 11011101 101010 0 1000 110 10101001 1001100 1001010

Color Harmonies of #8BEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFDD

Black with #8BEFDD

Text Example


Text Example

White with #8BEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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