Html Css Color HEX #8AFAD2 Aquamarine

📋 copy color: '#8AFAD2'

red 138 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #8AFAD2

Tints of Aquamarine #8AFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.81%

 BLUE value IS 210 (82.42% from 255) = 35.12%

R = 23.08%
G = 41.81%
B = 35.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#8AFAD2 (or 0x8AFAD2) is known color: Aquamarine. HEX triplet: 8A, FA and D2. RGB value is (138,250,210). Sum of RGB (Red+Green+Blue) = 138+250+210=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAD2 is #75052D. Grayscale: #D4D4D4. Windows color (decimal): -7669038 or 13826698. OLE color: 13826698.

HSL color Cylindrical-coordinate representation of color #8AFAD2: hue angle of 158.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAD2 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 250 210 -
CMYK 0.45 0 0.16 0.02
HSL 158.57º 0.92% 0.76% -
HSV(B) 158.57º 0.45% 0.98% -
XYZ 56.3 78.43 73.14 -
YUV 211.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 138 250 210 0.45 0 0.16 0.02 158.57 0.92 0.76
Hex 8A FA D2 2D 0 10 2 9F 5C 4C
Octal 212 372 322 55 0 20 2 237 134 114
Binary 10001010 11111010 11010010 101101 0 10000 10 10011111 1011100 1001100

Color Harmonies of #8AFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFAD2

Black with #8AFAD2

Text Example


Text Example

White with #8AFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,250,210); }

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

background-color css

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

 a { background-color: rgb(138,250,210); }

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

border-color css

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

 span { border-color: rgb(138,250,210); }

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