Html Css Color HEX #6CFAD0 Aquamarine

📋 copy color: '#6CFAD0'

red 108 ◦ green 250 ◦ blue 208

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

Shades of Aquamarine #6CFAD0

Tints of Aquamarine #6CFAD0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 208 (81.64% from 255) = 36.75%

R = 19.08%
G = 44.17%
B = 36.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#6CFAD0 (or 0x6CFAD0) is known color: Aquamarine. HEX triplet: 6C, FA and D0. RGB value is (108,250,208). Sum of RGB (Red+Green+Blue) = 108+250+208=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFAD0 is #93052F. Grayscale: #CACACA. Windows color (decimal): -9635120 or 13695596. OLE color: 13695596.

HSL color Cylindrical-coordinate representation of color #6CFAD0: hue angle of 162.25º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFAD0 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 250 208 -
CMYK 0.57 0 0.17 0.02
HSL 162.25º 0.93% 0.7% -
HSV(B) 162.25º 0.57% 0.98% -
XYZ 51.76 76.11 71.64 -
YUV 202.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 108 250 208 0.57 0 0.17 0.02 162.25 0.93 0.7
Hex 6C FA D0 39 0 11 2 A2 5D 46
Octal 154 372 320 71 0 21 2 242 135 106
Binary 1101100 11111010 11010000 111001 0 10001 10 10100010 1011101 1000110

Color Harmonies of #6CFAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFAD0

Black with #6CFAD0

Text Example


Text Example

White with #6CFAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,250,208); }

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

background-color css

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

 a { background-color: rgb(108,250,208); }

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

border-color css

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

 span { border-color: rgb(108,250,208); }

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