Html Css Color HEX #8AF1CC Aquamarine

📋 copy color: '#8AF1CC'

red 138 ◦ green 241 ◦ blue 204

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

Shades of Aquamarine #8AF1CC

Tints of Aquamarine #8AF1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.34%

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

R = 23.67%
G = 41.34%
B = 34.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#8AF1CC (or 0x8AF1CC) is known color: Aquamarine. HEX triplet: 8A, F1 and CC. RGB value is (138,241,204). Sum of RGB (Red+Green+Blue) = 138+241+204=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF1CC is #750E33. Grayscale: #CECECE. Windows color (decimal): -7671348 or 13431178. OLE color: 13431178.

HSL color Cylindrical-coordinate representation of color #8AF1CC: hue angle of 158.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF1CC is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 204 -
CMYK 0.43 0 0.15 0.05
HSL 158.45º 0.79% 0.74% -
HSV(B) 158.45º 0.43% 0.95% -
XYZ 52.84 72.67 68.37 -
YUV 205.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 138 241 204 0.43 0 0.15 0.05 158.45 0.79 0.74
Hex 8A F1 CC 2B 0 F 5 9E 4F 4A
Octal 212 361 314 53 0 17 5 236 117 112
Binary 10001010 11110001 11001100 101011 0 1111 101 10011110 1001111 1001010

Color Harmonies of #8AF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF1CC

Black with #8AF1CC

Text Example


Text Example

White with #8AF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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