Html Css Color HEX #6AF1DD Aquamarine

📋 copy color: '#6AF1DD'

red 106 ◦ green 241 ◦ blue 221

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

Shades of Aquamarine #6AF1DD

Tints of Aquamarine #6AF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 18.66%
G = 42.43%
B = 38.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#6AF1DD (or 0x6AF1DD) is known color: Aquamarine. HEX triplet: 6A, F1 and DD. RGB value is (106,241,221). Sum of RGB (Red+Green+Blue) = 106+241+221=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1DD is #950E22. Grayscale: #C6C6C6. Windows color (decimal): -9768483 or 14545258. OLE color: 14545258.

HSL color Cylindrical-coordinate representation of color #6AF1DD: hue angle of 171.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF1DD is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 241 221 -
CMYK 0.56 0 0.08 0.05
HSL 171.11º 0.83% 0.68% -
HSV(B) 171.11º 0.56% 0.95% -
XYZ 50.45 71.2 79.49 -
YUV 198.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 106 241 221 0.56 0 0.08 0.05 171.11 0.83 0.68
Hex 6A F1 DD 38 0 8 5 AB 53 44
Octal 152 361 335 70 0 10 5 253 123 104
Binary 1101010 11110001 11011101 111000 0 1000 101 10101011 1010011 1000100

Color Harmonies of #6AF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF1DD

Black with #6AF1DD

Text Example


Text Example

White with #6AF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,241,221); }

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

background-color css

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

 a { background-color: rgb(106,241,221); }

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

border-color css

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

 span { border-color: rgb(106,241,221); }

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