Html Css Color HEX #6AFADA Aquamarine

📋 copy color: '#6AFADA'

red 106 ◦ green 250 ◦ blue 218

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

Shades of Aquamarine #6AFADA

Tints of Aquamarine #6AFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 18.47%
G = 43.55%
B = 37.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#6AFADA (or 0x6AFADA) is known color: Aquamarine. HEX triplet: 6A, FA and DA. RGB value is (106,250,218). Sum of RGB (Red+Green+Blue) = 106+250+218=574 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.47% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFADA is #950525. Grayscale: #CBCBCB. Windows color (decimal): -9766182 or 14350954. OLE color: 14350954.

HSL color Cylindrical-coordinate representation of color #6AFADA: hue angle of 166.67º 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 #6AFADA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 218 -
CMYK 0.58 0 0.13 0.02
HSL 166.67º 0.94% 0.7% -
HSV(B) 166.67º 0.58% 0.98% -
XYZ 52.78 76.5 78.31 -
YUV 203.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 106 250 218 0.58 0 0.13 0.02 166.67 0.94 0.7
Hex 6A FA DA 3A 0 D 2 A7 5E 46
Octal 152 372 332 72 0 15 2 247 136 106
Binary 1101010 11111010 11011010 111010 0 1101 10 10100111 1011110 1000110

Color Harmonies of #6AFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFADA

Black with #6AFADA

Text Example


Text Example

White with #6AFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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