Html Css Color HEX #8BEDDC Aquamarine

📋 copy color: '#8BEDDC'

red 139 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #8BEDDC

Tints of Aquamarine #8BEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

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

R = 23.32%
G = 39.77%
B = 36.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#8BEDDC (or 0x8BEDDC) is known color: Aquamarine. HEX triplet: 8B, ED and DC. RGB value is (139,237,220). Sum of RGB (Red+Green+Blue) = 139+237+220=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDDC is #741223. Grayscale: #CDCDCD. Windows color (decimal): -7606820 or 14478731. OLE color: 14478731.

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

Color convert

RGB 139 237 220 -
CMYK 0.41 0 0.07 0.07
HSL 169.59º 0.73% 0.74% -
HSV(B) 169.59º 0.41% 0.93% -
XYZ 53.85 71.22 78.62 -
YUV 205.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 139 237 220 0.41 0 0.07 0.07 169.59 0.73 0.74
Hex 8B ED DC 29 0 7 7 AA 49 4A
Octal 213 355 334 51 0 7 7 252 111 112
Binary 10001011 11101101 11011100 101001 0 111 111 10101010 1001001 1001010

Color Harmonies of #8BEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEDDC

Black with #8BEDDC

Text Example


Text Example

White with #8BEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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