Html Css Color HEX #6CFACC Aquamarine

📋 copy color: '#6CFACC'

red 108 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #6CFACC

Tints of Aquamarine #6CFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 19.22%
G = 44.48%
B = 36.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#6CFACC (or 0x6CFACC) is known color: Aquamarine. HEX triplet: 6C, FA and CC. RGB value is (108,250,204). Sum of RGB (Red+Green+Blue) = 108+250+204=562 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.22% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFACC is #930533. Grayscale: #CACACA. Windows color (decimal): -9635124 or 13433452. OLE color: 13433452.

HSL color Cylindrical-coordinate representation of color #6CFACC: hue angle of 160.56º 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 #6CFACC is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 250 204 -
CMYK 0.57 0 0.18 0.02
HSL 160.56º 0.93% 0.7% -
HSV(B) 160.56º 0.57% 0.98% -
XYZ 51.27 75.92 69.08 -
YUV 202.3 128.96 60.74 -
System Red Green Blue C M Y K H S L
Decimal 108 250 204 0.57 0 0.18 0.02 160.56 0.93 0.7
Hex 6C FA CC 39 0 12 2 A1 5D 46
Octal 154 372 314 71 0 22 2 241 135 106
Binary 1101100 11111010 11001100 111001 0 10010 10 10100001 1011101 1000110

Color Harmonies of #6CFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFACC

Black with #6CFACC

Text Example


Text Example

White with #6CFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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