Html Css Color HEX #8BEEDD Aquamarine

📋 copy color: '#8BEEDD'

red 139 ◦ green 238 ◦ blue 221

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

Shades of Aquamarine #8BEEDD

Tints of Aquamarine #8BEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.8%

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

R = 23.24%
G = 39.8%
B = 36.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#8BEEDD (or 0x8BEEDD) is known color: Aquamarine. HEX triplet: 8B, EE and DD. RGB value is (139,238,221). Sum of RGB (Red+Green+Blue) = 139+238+221=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEDD is #741122. Grayscale: #CECECE. Windows color (decimal): -7606563 or 14544523. OLE color: 14544523.

HSL color Cylindrical-coordinate representation of color #8BEEDD: hue angle of 169.7º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEDD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 238 221 -
CMYK 0.42 0 0.07 0.07
HSL 169.7º 0.74% 0.74% -
HSV(B) 169.7º 0.42% 0.93% -
XYZ 54.27 71.86 79.42 -
YUV 206.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 139 238 221 0.42 0 0.07 0.07 169.7 0.74 0.74
Hex 8B EE DD 2A 0 7 7 AA 4A 4A
Octal 213 356 335 52 0 7 7 252 112 112
Binary 10001011 11101110 11011101 101010 0 111 111 10101010 1001010 1001010

Color Harmonies of #8BEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEEDD

Black with #8BEEDD

Text Example


Text Example

White with #8BEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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