Html Css Color HEX #6CF0DD Aquamarine

📋 copy color: '#6CF0DD'

red 108 ◦ green 240 ◦ blue 221

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

Shades of Aquamarine #6CF0DD

Tints of Aquamarine #6CF0DD

RGB

 RED value IS 108 (42.58% from 255) = 18.98%

 GREEN value IS 240 (94.14% from 255) = 42.18%

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

R = 18.98%
G = 42.18%
B = 38.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#6CF0DD (or 0x6CF0DD) is known color: Aquamarine. HEX triplet: 6C, F0 and DD. RGB value is (108,240,221). Sum of RGB (Red+Green+Blue) = 108+240+221=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0DD is #930F22. Grayscale: #C6C6C6. Windows color (decimal): -9637667 or 14545004. OLE color: 14545004.

HSL color Cylindrical-coordinate representation of color #6CF0DD: hue angle of 171.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0DD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 221 -
CMYK 0.55 0 0.08 0.06
HSL 171.36º 0.81% 0.68% -
HSV(B) 171.36º 0.55% 0.94% -
XYZ 50.4 70.73 79.4 -
YUV 198.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 108 240 221 0.55 0 0.08 0.06 171.36 0.81 0.68
Hex 6C F0 DD 37 0 8 6 AB 51 44
Octal 154 360 335 67 0 10 6 253 121 104
Binary 1101100 11110000 11011101 110111 0 1000 110 10101011 1010001 1000100

Color Harmonies of #6CF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF0DD

Black with #6CF0DD

Text Example


Text Example

White with #6CF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,240,221); }

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

background-color css

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

 a { background-color: rgb(108,240,221); }

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

border-color css

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

 span { border-color: rgb(108,240,221); }

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