Html Css Color HEX #8BEFDC Aquamarine

📋 copy color: '#8BEFDC'

red 139 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #8BEFDC

Tints of Aquamarine #8BEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 23.24%
G = 39.97%
B = 36.79%

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

#8BEFDC (or 0x8BEFDC) is known color: Aquamarine. HEX triplet: 8B, EF and DC. RGB value is (139,239,220). Sum of RGB (Red+Green+Blue) = 139+239+220=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFDC is #741023. Grayscale: #CECECE. Windows color (decimal): -7606308 or 14479243. OLE color: 14479243.

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

Color convert

RGB 139 239 220 -
CMYK 0.42 0 0.08 0.06
HSL 168.6º 0.76% 0.74% -
HSV(B) 168.6º 0.42% 0.94% -
XYZ 54.43 72.39 78.81 -
YUV 206.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 139 239 220 0.42 0 0.08 0.06 168.6 0.76 0.74
Hex 8B EF DC 2A 0 8 6 A9 4C 4A
Octal 213 357 334 52 0 10 6 251 114 112
Binary 10001011 11101111 11011100 101010 0 1000 110 10101001 1001100 1001010

Color Harmonies of #8BEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFDC

Black with #8BEFDC

Text Example


Text Example

White with #8BEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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