Html Css Color HEX #6AFECD Aquamarine

📋 copy color: '#6AFECD'

red 106 ◦ green 254 ◦ blue 205

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

Shades of Aquamarine #6AFECD

Tints of Aquamarine #6AFECD

RGB

 RED value IS 106 (41.8% from 255) = 18.76%

 GREEN value IS 254 (99.61% from 255) = 44.96%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 18.76%
G = 44.96%
B = 36.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#6AFECD (or 0x6AFECD) is known color: Aquamarine. HEX triplet: 6A, FE and CD. RGB value is (106,254,205). Sum of RGB (Red+Green+Blue) = 106+254+205=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFECD is #950132. Grayscale: #CCCCCC. Windows color (decimal): -9765171 or 13500010. OLE color: 13500010.

HSL color Cylindrical-coordinate representation of color #6AFECD: hue angle of 160.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFECD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 205 -
CMYK 0.58 0 0.19 0.00
HSL 160.14º 0.99% 0.71% -
HSV(B) 160.14º 0.58% 1% -
XYZ 52.41 78.36 70.12 -
YUV 204.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 106 254 205 0.58 0 0.19 0.00 160.14 0.99 0.71
Hex 6A FE CD 3A 0 13 0 A0 63 47
Octal 152 376 315 72 0 23 0 240 143 107
Binary 1101010 11111110 11001101 111010 0 10011 0 10100000 1100011 1000111

Color Harmonies of #6AFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFECD

Black with #6AFECD

Text Example


Text Example

White with #6AFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AFECD; }

 p { color: rgb(106,254,205); }

 H1.HeaderClassName
 {
   color: #6AFECD;
 }
 .AnyTagClassName
 {
   color: #6AFECD;
 }
</style>

background-color css

<style>
 a { background-color: #6AFECD; }

 a { background-color: rgb(106,254,205); }

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

border-color css

<style>
 span { border-color: #6AFECD; }

 span { border-color: rgb(106,254,205); }

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