Html Css Color HEX #8AFBDD Aquamarine

📋 copy color: '#8AFBDD'

red 138 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #8AFBDD

Tints of Aquamarine #8AFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.15%

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

R = 22.62%
G = 41.15%
B = 36.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8AFBDD (or 0x8AFBDD) is known color: Aquamarine. HEX triplet: 8A, FB and DD. RGB value is (138,251,221). Sum of RGB (Red+Green+Blue) = 138+251+221=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBDD is #750422. Grayscale: #D5D5D5. Windows color (decimal): -7668771 or 14547850. OLE color: 14547850.

HSL color Cylindrical-coordinate representation of color #8AFBDD: hue angle of 164.07º degrees, saturation: 0.93, 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 #8AFBDD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 251 221 -
CMYK 0.45 0 0.12 0.02
HSL 164.07º 0.93% 0.76% -
HSV(B) 164.07º 0.45% 0.98% -
XYZ 58.03 79.62 80.72 -
YUV 213.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 138 251 221 0.45 0 0.12 0.02 164.07 0.93 0.76
Hex 8A FB DD 2D 0 C 2 A4 5D 4C
Octal 212 373 335 55 0 14 2 244 135 114
Binary 10001010 11111011 11011101 101101 0 1100 10 10100100 1011101 1001100

Color Harmonies of #8AFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFBDD

Black with #8AFBDD

Text Example


Text Example

White with #8AFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,221); }

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

background-color css

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

 a { background-color: rgb(138,251,221); }

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

border-color css

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

 span { border-color: rgb(138,251,221); }

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