Html Css Color HEX #8AFDCC Aquamarine

📋 copy color: '#8AFDCC'

red 138 ◦ green 253 ◦ blue 204

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

Shades of Aquamarine #8AFDCC

Tints of Aquamarine #8AFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

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

R = 23.19%
G = 42.52%
B = 34.29%

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

#8AFDCC (or 0x8AFDCC) is known color: Aquamarine. HEX triplet: 8A, FD and CC. RGB value is (138,253,204). Sum of RGB (Red+Green+Blue) = 138+253+204=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDCC is #750233. Grayscale: #D5D5D5. Windows color (decimal): -7668276 or 13434250. OLE color: 13434250.

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

Color convert

RGB 138 253 204 -
CMYK 0.45 0 0.19 0.01
HSL 154.43º 0.97% 0.77% -
HSV(B) 154.43º 0.45% 0.99% -
XYZ 56.51 80.01 69.59 -
YUV 213.03 122.9 74.48 -
System Red Green Blue C M Y K H S L
Decimal 138 253 204 0.45 0 0.19 0.01 154.43 0.97 0.77
Hex 8A FD CC 2D 0 13 1 9A 61 4D
Octal 212 375 314 55 0 23 1 232 141 115
Binary 10001010 11111101 11001100 101101 0 10011 1 10011010 1100001 1001101

Color Harmonies of #8AFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFDCC

Black with #8AFDCC

Text Example


Text Example

White with #8AFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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