Html Css Color HEX #6CFABA Aquamarine

📋 copy color: '#6CFABA'

red 108 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #6CFABA

Tints of Aquamarine #6CFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 19.85%
G = 45.96%
B = 34.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#6CFABA (or 0x6CFABA) is known color: Aquamarine. HEX triplet: 6C, FA and BA. RGB value is (108,250,186). Sum of RGB (Red+Green+Blue) = 108+250+186=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFABA is #930545. Grayscale: #C8C8C8. Windows color (decimal): -9635142 or 12253804. OLE color: 12253804.

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

Color convert

RGB 108 250 186 -
CMYK 0.57 0 0.26 0.02
HSL 152.96º 0.93% 0.7% -
HSV(B) 152.96º 0.57% 0.98% -
XYZ 49.23 75.1 58.36 -
YUV 200.25 119.96 62.2 -
System Red Green Blue C M Y K H S L
Decimal 108 250 186 0.57 0 0.26 0.02 152.96 0.93 0.7
Hex 6C FA BA 39 0 1A 2 99 5D 46
Octal 154 372 272 71 0 32 2 231 135 106
Binary 1101100 11111010 10111010 111001 0 11010 10 10011001 1011101 1000110

Color Harmonies of #6CFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFABA

Black with #6CFABA

Text Example


Text Example

White with #6CFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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