Html Css Color HEX #6FFDDC Aquamarine

📋 copy color: '#6FFDDC'

red 111 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #6FFDDC

Tints of Aquamarine #6FFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.32%

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

R = 19.01%
G = 43.32%
B = 37.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#6FFDDC (or 0x6FFDDC) is known color: Aquamarine. HEX triplet: 6F, FD and DC. RGB value is (111,253,220). Sum of RGB (Red+Green+Blue) = 111+253+220=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDDC is #900223. Grayscale: #CECECE. Windows color (decimal): -9437732 or 14482799. OLE color: 14482799.

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

Color convert

RGB 111 253 220 -
CMYK 0.56 0 0.13 0.01
HSL 166.06º 0.97% 0.71% -
HSV(B) 166.06º 0.56% 0.99% -
XYZ 54.6 78.8 80.04 -
YUV 206.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 111 253 220 0.56 0 0.13 0.01 166.06 0.97 0.71
Hex 6F FD DC 38 0 D 1 A6 61 47
Octal 157 375 334 70 0 15 1 246 141 107
Binary 1101111 11111101 11011100 111000 0 1101 1 10100110 1100001 1000111

Color Harmonies of #6FFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFDDC

Black with #6FFDDC

Text Example


Text Example

White with #6FFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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