Html Css Color HEX #6AF2DB Aquamarine

📋 copy color: '#6AF2DB'

red 106 ◦ green 242 ◦ blue 219

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

Shades of Aquamarine #6AF2DB

Tints of Aquamarine #6AF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.68%

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

R = 18.69%
G = 42.68%
B = 38.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6AF2DB (or 0x6AF2DB) is known color: Aquamarine. HEX triplet: 6A, F2 and DB. RGB value is (106,242,219). Sum of RGB (Red+Green+Blue) = 106+242+219=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF2DB is #950D24. Grayscale: #C6C6C6. Windows color (decimal): -9768229 or 14414442. OLE color: 14414442.

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

Color convert

RGB 106 242 219 -
CMYK 0.56 0 0.10 0.05
HSL 169.85º 0.84% 0.68% -
HSV(B) 169.85º 0.56% 0.95% -
XYZ 50.48 71.68 78.19 -
YUV 198.71 139.44 61.87 -
System Red Green Blue C M Y K H S L
Decimal 106 242 219 0.56 0 0.10 0.05 169.85 0.84 0.68
Hex 6A F2 DB 38 0 A 5 AA 54 44
Octal 152 362 333 70 0 12 5 252 124 104
Binary 1101010 11110010 11011011 111000 0 1010 101 10101010 1010100 1000100

Color Harmonies of #6AF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2DB

Black with #6AF2DB

Text Example


Text Example

White with #6AF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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