Html Css Color HEX #6CFEDC Aquamarine

📋 copy color: '#6CFEDC'

red 108 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #6CFEDC

Tints of Aquamarine #6CFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

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

R = 18.56%
G = 43.64%
B = 37.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#6CFEDC (or 0x6CFEDC) is known color: Aquamarine. HEX triplet: 6C, FE and DC. RGB value is (108,254,220). Sum of RGB (Red+Green+Blue) = 108+254+220=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #6CFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFEDC is #930123. Grayscale: #CECECE. Windows color (decimal): -9634084 or 14483052. OLE color: 14483052.

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

Color convert

RGB 108 254 220 -
CMYK 0.57 0 0.13 0.00
HSL 166.03º 0.99% 0.71% -
HSV(B) 166.03º 0.57% 1% -
XYZ 54.54 79.24 80.13 -
YUV 206.47 135.63 57.76 -
System Red Green Blue C M Y K H S L
Decimal 108 254 220 0.57 0 0.13 0.00 166.03 0.99 0.71
Hex 6C FE DC 39 0 D 0 A6 63 47
Octal 154 376 334 71 0 15 0 246 143 107
Binary 1101100 11111110 11011100 111001 0 1101 0 10100110 1100011 1000111

Color Harmonies of #6CFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFEDC

Black with #6CFEDC

Text Example


Text Example

White with #6CFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,254,220); }

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

background-color css

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

 a { background-color: rgb(108,254,220); }

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

border-color css

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

 span { border-color: rgb(108,254,220); }

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