Html Css Color HEX #6CFACA Aquamarine

📋 copy color: '#6CFACA'

red 108 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #6CFACA

Tints of Aquamarine #6CFACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 19.29%
G = 44.64%
B = 36.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#6CFACA (or 0x6CFACA) is known color: Aquamarine. HEX triplet: 6C, FA and CA. RGB value is (108,250,202). Sum of RGB (Red+Green+Blue) = 108+250+202=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFACA is #930535. Grayscale: #CACACA. Windows color (decimal): -9635126 or 13302380. OLE color: 13302380.

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

Color convert

RGB 108 250 202 -
CMYK 0.57 0 0.19 0.02
HSL 159.72º 0.93% 0.7% -
HSV(B) 159.72º 0.57% 0.98% -
XYZ 51.03 75.82 67.82 -
YUV 202.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 108 250 202 0.57 0 0.19 0.02 159.72 0.93 0.7
Hex 6C FA CA 39 0 13 2 A0 5D 46
Octal 154 372 312 71 0 23 2 240 135 106
Binary 1101100 11111010 11001010 111001 0 10011 10 10100000 1011101 1000110

Color Harmonies of #6CFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFACA

Black with #6CFACA

Text Example


Text Example

White with #6CFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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