Html Css Color HEX #6CFABF Aquamarine

📋 copy color: '#6CFABF'

red 108 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #6CFABF

Tints of Aquamarine #6CFABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.79%

R = 19.67%
G = 45.54%
B = 34.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6CFABF (or 0x6CFABF) is known color: Aquamarine. HEX triplet: 6C, FA and BF. RGB value is (108,250,191). Sum of RGB (Red+Green+Blue) = 108+250+191=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFABF is #930540. Grayscale: #C8C8C8. Windows color (decimal): -9635137 or 12581484. OLE color: 12581484.

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

Color convert

RGB 108 250 191 -
CMYK 0.57 0 0.24 0.02
HSL 155.07º 0.93% 0.7% -
HSV(B) 155.07º 0.57% 0.98% -
XYZ 49.77 75.32 61.21 -
YUV 200.82 122.46 61.8 -
System Red Green Blue C M Y K H S L
Decimal 108 250 191 0.57 0 0.24 0.02 155.07 0.93 0.7
Hex 6C FA BF 39 0 18 2 9B 5D 46
Octal 154 372 277 71 0 30 2 233 135 106
Binary 1101100 11111010 10111111 111001 0 11000 10 10011011 1011101 1000110

Color Harmonies of #6CFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFABF

Black with #6CFABF

Text Example


Text Example

White with #6CFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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