Html Css Color HEX #6AF1DB Aquamarine

📋 copy color: '#6AF1DB'

red 106 ◦ green 241 ◦ blue 219

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

Shades of Aquamarine #6AF1DB

Tints of Aquamarine #6AF1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 18.73%
G = 42.58%
B = 38.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#6AF1DB (or 0x6AF1DB) is known color: Aquamarine. HEX triplet: 6A, F1 and DB. RGB value is (106,241,219). Sum of RGB (Red+Green+Blue) = 106+241+219=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1DB is #950E24. Grayscale: #C6C6C6. Windows color (decimal): -9768485 or 14414186. OLE color: 14414186.

HSL color Cylindrical-coordinate representation of color #6AF1DB: hue angle of 170.22º 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 #6AF1DB is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 241 219 -
CMYK 0.56 0 0.09 0.05
HSL 170.22º 0.83% 0.68% -
HSV(B) 170.22º 0.56% 0.95% -
XYZ 50.19 71.09 78.09 -
YUV 198.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 106 241 219 0.56 0 0.09 0.05 170.22 0.83 0.68
Hex 6A F1 DB 38 0 9 5 AA 53 44
Octal 152 361 333 70 0 11 5 252 123 104
Binary 1101010 11110001 11011011 111000 0 1001 101 10101010 1010011 1000100

Color Harmonies of #6AF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF1DB

Black with #6AF1DB

Text Example


Text Example

White with #6AF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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