Html Css Color HEX #6AFFDF Aquamarine

📋 copy color: '#6AFFDF'

red 106 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #6AFFDF

Tints of Aquamarine #6AFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 18.15%
G = 43.66%
B = 38.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#6AFFDF (or 0x6AFFDF) is known color: Aquamarine. HEX triplet: 6A, FF and DF. RGB value is (106,255,223). Sum of RGB (Red+Green+Blue) = 106+255+223=584 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.15% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFDF is #950020. Grayscale: #CECECE. Windows color (decimal): -9764897 or 14679914. OLE color: 14679914.

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

Color convert

RGB 106 255 223 -
CMYK 0.58 0 0.13 0
HSL 167.11º 1% 0.71% -
HSV(B) 167.11º 0.58% 1% -
XYZ 55.02 79.91 82.34 -
YUV 206.8 137.14 56.1 -
System Red Green Blue C M Y K H S L
Decimal 106 255 223 0.58 0 0.13 0 167.11 1 0.71
Hex 6A FF DF 3A 0 D 0 A7 64 47
Octal 152 377 337 72 0 15 0 247 144 107
Binary 1101010 11111111 11011111 111010 0 1101 0 10100111 1100100 1000111

Color Harmonies of #6AFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFFDF

Black with #6AFFDF

Text Example


Text Example

White with #6AFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,255,223); }

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

background-color css

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

 a { background-color: rgb(106,255,223); }

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

border-color css

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

 span { border-color: rgb(106,255,223); }

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