Html Css Color HEX #8AFCE2 Aquamarine

📋 copy color: '#8AFCE2'

red 138 ◦ green 252 ◦ blue 226

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

Shades of Aquamarine #8AFCE2

Tints of Aquamarine #8AFCE2

RGB

 RED value IS 138 (54.3% from 255) = 22.4%

 GREEN value IS 252 (98.83% from 255) = 40.91%

 BLUE value IS 226 (88.67% from 255) = 36.69%

R = 22.4%
G = 40.91%
B = 36.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#8AFCE2 (or 0x8AFCE2) is known color: Aquamarine. HEX triplet: 8A, FC and E2. RGB value is (138,252,226). Sum of RGB (Red+Green+Blue) = 138+252+226=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCE2 is #75031D. Grayscale: #D6D6D6. Windows color (decimal): -7668510 or 14875786. OLE color: 14875786.

HSL color Cylindrical-coordinate representation of color #8AFCE2: hue angle of 166.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCE2 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 226 -
CMYK 0.45 0 0.10 0.01
HSL 166.32º 0.95% 0.76% -
HSV(B) 166.32º 0.45% 0.99% -
XYZ 59.02 80.52 84.38 -
YUV 214.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 138 252 226 0.45 0 0.10 0.01 166.32 0.95 0.76
Hex 8A FC E2 2D 0 A 1 A6 5F 4C
Octal 212 374 342 55 0 12 1 246 137 114
Binary 10001010 11111100 11100010 101101 0 1010 1 10100110 1011111 1001100

Color Harmonies of #8AFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFCE2

Black with #8AFCE2

Text Example


Text Example

White with #8AFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,252,226); }

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

background-color css

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

 a { background-color: rgb(138,252,226); }

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

border-color css

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

 span { border-color: rgb(138,252,226); }

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