Html Css Color HEX #6AFACD Aquamarine

📋 copy color: '#6AFACD'

red 106 ◦ green 250 ◦ blue 205

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

Shades of Aquamarine #6AFACD

Tints of Aquamarine #6AFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.56%

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

R = 18.89%
G = 44.56%
B = 36.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#6AFACD (or 0x6AFACD) is known color: Aquamarine. HEX triplet: 6A, FA and CD. RGB value is (106,250,205). Sum of RGB (Red+Green+Blue) = 106+250+205=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFACD is #950532. Grayscale: #C9C9C9. Windows color (decimal): -9766195 or 13498986. OLE color: 13498986.

HSL color Cylindrical-coordinate representation of color #6AFACD: hue angle of 161.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFACD is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 205 -
CMYK 0.58 0 0.18 0.02
HSL 161.25º 0.94% 0.7% -
HSV(B) 161.25º 0.58% 0.98% -
XYZ 51.15 75.84 69.7 -
YUV 201.81 129.79 59.66 -
System Red Green Blue C M Y K H S L
Decimal 106 250 205 0.58 0 0.18 0.02 161.25 0.94 0.7
Hex 6A FA CD 3A 0 12 2 A1 5E 46
Octal 152 372 315 72 0 22 2 241 136 106
Binary 1101010 11111010 11001101 111010 0 10010 10 10100001 1011110 1000110

Color Harmonies of #6AFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFACD

Black with #6AFACD

Text Example


Text Example

White with #6AFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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