Html Css Color HEX #8AFCCC Aquamarine

📋 copy color: '#8AFCCC'

red 138 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #8AFCCC

Tints of Aquamarine #8AFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 23.23%
G = 42.42%
B = 34.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#8AFCCC (or 0x8AFCCC) is known color: Aquamarine. HEX triplet: 8A, FC and CC. RGB value is (138,252,204). Sum of RGB (Red+Green+Blue) = 138+252+204=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCCC is #750333. Grayscale: #D4D4D4. Windows color (decimal): -7668532 or 13433994. OLE color: 13433994.

HSL color Cylindrical-coordinate representation of color #8AFCCC: hue angle of 154.74º 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 #8AFCCC is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 204 -
CMYK 0.45 0 0.19 0.01
HSL 154.74º 0.95% 0.76% -
HSV(B) 154.74º 0.45% 0.99% -
XYZ 56.19 79.38 69.49 -
YUV 212.44 123.23 74.9 -
System Red Green Blue C M Y K H S L
Decimal 138 252 204 0.45 0 0.19 0.01 154.74 0.95 0.76
Hex 8A FC CC 2D 0 13 1 9B 5F 4C
Octal 212 374 314 55 0 23 1 233 137 114
Binary 10001010 11111100 11001100 101101 0 10011 1 10011011 1011111 1001100

Color Harmonies of #8AFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFCCC

Black with #8AFCCC

Text Example


Text Example

White with #8AFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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