Html Css Color HEX #6AFDDC Aquamarine

📋 copy color: '#6AFDDC'

red 106 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #6AFDDC

Tints of Aquamarine #6AFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 18.31%
G = 43.7%
B = 38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#6AFDDC (or 0x6AFDDC) is known color: Aquamarine. HEX triplet: 6A, FD and DC. RGB value is (106,253,220). Sum of RGB (Red+Green+Blue) = 106+253+220=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDDC is #950223. Grayscale: #CDCDCD. Windows color (decimal): -9765412 or 14482794. OLE color: 14482794.

HSL color Cylindrical-coordinate representation of color #6AFDDC: hue angle of 166.53º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDDC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 253 220 -
CMYK 0.58 0 0.13 0.01
HSL 166.53º 0.97% 0.7% -
HSV(B) 166.53º 0.58% 0.99% -
XYZ 53.99 78.48 80.01 -
YUV 205.29 136.3 57.18 -
System Red Green Blue C M Y K H S L
Decimal 106 253 220 0.58 0 0.13 0.01 166.53 0.97 0.7
Hex 6A FD DC 3A 0 D 1 A7 61 46
Octal 152 375 334 72 0 15 1 247 141 106
Binary 1101010 11111101 11011100 111010 0 1101 1 10100111 1100001 1000110

Color Harmonies of #6AFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFDDC

Black with #6AFDDC

Text Example


Text Example

White with #6AFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,253,220); }

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

background-color css

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

 a { background-color: rgb(106,253,220); }

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

border-color css

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

 span { border-color: rgb(106,253,220); }

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