Html Css Color HEX #6FF1DC Aquamarine

📋 copy color: '#6FF1DC'

red 111 ◦ green 241 ◦ blue 220

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

Shades of Aquamarine #6FF1DC

Tints of Aquamarine #6FF1DC

RGB

 RED value IS 111 (43.75% from 255) = 19.41%

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 19.41%
G = 42.13%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#6FF1DC (or 0x6FF1DC) is known color: Aquamarine. HEX triplet: 6F, F1 and DC. RGB value is (111,241,220). Sum of RGB (Red+Green+Blue) = 111+241+220=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1DC is #900E23. Grayscale: #C7C7C7. Windows color (decimal): -9440804 or 14479727. OLE color: 14479727.

HSL color Cylindrical-coordinate representation of color #6FF1DC: hue angle of 170.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1DC is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 241 220 -
CMYK 0.54 0 0.09 0.05
HSL 170.31º 0.82% 0.69% -
HSV(B) 170.31º 0.54% 0.95% -
XYZ 50.93 71.46 78.82 -
YUV 199.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 111 241 220 0.54 0 0.09 0.05 170.31 0.82 0.69
Hex 6F F1 DC 36 0 9 5 AA 52 45
Octal 157 361 334 66 0 11 5 252 122 105
Binary 1101111 11110001 11011100 110110 0 1001 101 10101010 1010010 1000101

Color Harmonies of #6FF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1DC

Black with #6FF1DC

Text Example


Text Example

White with #6FF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,241,220); }

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

background-color css

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

 a { background-color: rgb(111,241,220); }

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

border-color css

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

 span { border-color: rgb(111,241,220); }

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