Html Css Color HEX #8AF9CC Aquamarine

📋 copy color: '#8AF9CC'

red 138 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #8AF9CC

Tints of Aquamarine #8AF9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 23.35%
G = 42.13%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#8AF9CC (or 0x8AF9CC) is known color: Aquamarine. HEX triplet: 8A, F9 and CC. RGB value is (138,249,204). Sum of RGB (Red+Green+Blue) = 138+249+204=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9CC is #750633. Grayscale: #D2D2D2. Windows color (decimal): -7669300 or 13433226. OLE color: 13433226.

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

Color convert

RGB 138 249 204 -
CMYK 0.45 0 0.18 0.02
HSL 155.68º 0.9% 0.76% -
HSV(B) 155.68º 0.45% 0.98% -
XYZ 55.26 77.51 69.18 -
YUV 210.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 138 249 204 0.45 0 0.18 0.02 155.68 0.9 0.76
Hex 8A F9 CC 2D 0 12 2 9C 5A 4C
Octal 212 371 314 55 0 22 2 234 132 114
Binary 10001010 11111001 11001100 101101 0 10010 10 10011100 1011010 1001100

Color Harmonies of #8AF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF9CC

Black with #8AF9CC

Text Example


Text Example

White with #8AF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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