Html Css Color HEX #6FF2C0 Aquamarine

📋 copy color: '#6FF2C0'

red 111 ◦ green 242 ◦ blue 192

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

Shades of Aquamarine #6FF2C0

Tints of Aquamarine #6FF2C0

RGB

 RED value IS 111 (43.75% from 255) = 20.37%

 GREEN value IS 242 (94.92% from 255) = 44.4%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 20.37%
G = 44.4%
B = 35.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#6FF2C0 (or 0x6FF2C0) is known color: Aquamarine. HEX triplet: 6F, F2 and C0. RGB value is (111,242,192). Sum of RGB (Red+Green+Blue) = 111+242+192=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2C0 is #900D3F. Grayscale: #C5C5C5. Windows color (decimal): -9440576 or 12644975. OLE color: 12644975.

HSL color Cylindrical-coordinate representation of color #6FF2C0: hue angle of 157.1º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2C0 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 242 192 -
CMYK 0.54 0 0.21 0.05
HSL 157.1º 0.83% 0.69% -
HSV(B) 157.1º 0.54% 0.95% -
XYZ 47.82 70.69 60.99 -
YUV 197.13 125.1 66.57 -
System Red Green Blue C M Y K H S L
Decimal 111 242 192 0.54 0 0.21 0.05 157.1 0.83 0.69
Hex 6F F2 C0 36 0 15 5 9D 53 45
Octal 157 362 300 66 0 25 5 235 123 105
Binary 1101111 11110010 11000000 110110 0 10101 101 10011101 1010011 1000101

Color Harmonies of #6FF2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2C0

Black with #6FF2C0

Text Example


Text Example

White with #6FF2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,242,192); }

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

background-color css

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

 a { background-color: rgb(111,242,192); }

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

border-color css

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

 span { border-color: rgb(111,242,192); }

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