Html Css Color HEX #8BEDDE Aquamarine

📋 copy color: '#8BEDDE'

red 139 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #8BEDDE

Tints of Aquamarine #8BEDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 23.24%
G = 39.63%
B = 37.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#8BEDDE (or 0x8BEDDE) is known color: Aquamarine. HEX triplet: 8B, ED and DE. RGB value is (139,237,222). Sum of RGB (Red+Green+Blue) = 139+237+222=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDDE is #741221. Grayscale: #CDCDCD. Windows color (decimal): -7606818 or 14609803. OLE color: 14609803.

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

Color convert

RGB 139 237 222 -
CMYK 0.41 0 0.06 0.07
HSL 170.82º 0.73% 0.74% -
HSV(B) 170.82º 0.41% 0.93% -
XYZ 54.12 71.33 80.02 -
YUV 205.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 139 237 222 0.41 0 0.06 0.07 170.82 0.73 0.74
Hex 8B ED DE 29 0 6 7 AB 49 4A
Octal 213 355 336 51 0 6 7 253 111 112
Binary 10001011 11101101 11011110 101001 0 110 111 10101011 1001001 1001010

Color Harmonies of #8BEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEDDE

Black with #8BEDDE

Text Example


Text Example

White with #8BEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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