Html Css Color HEX #6FF2BE Aquamarine

📋 copy color: '#6FF2BE'

red 111 ◦ green 242 ◦ blue 190

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

Shades of Aquamarine #6FF2BE

Tints of Aquamarine #6FF2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 20.44%
G = 44.57%
B = 34.99%

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

#6FF2BE (or 0x6FF2BE) is known color: Aquamarine. HEX triplet: 6F, F2 and BE. RGB value is (111,242,190). Sum of RGB (Red+Green+Blue) = 111+242+190=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2BE is #900D41. Grayscale: #C4C4C4. Windows color (decimal): -9440578 or 12513903. OLE color: 12513903.

HSL color Cylindrical-coordinate representation of color #6FF2BE: hue angle of 156.18º 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 #6FF2BE is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 242 190 -
CMYK 0.54 0 0.21 0.05
HSL 156.18º 0.83% 0.69% -
HSV(B) 156.18º 0.54% 0.95% -
XYZ 47.6 70.6 59.83 -
YUV 196.9 124.1 66.73 -
System Red Green Blue C M Y K H S L
Decimal 111 242 190 0.54 0 0.21 0.05 156.18 0.83 0.69
Hex 6F F2 BE 36 0 15 5 9C 53 45
Octal 157 362 276 66 0 25 5 234 123 105
Binary 1101111 11110010 10111110 110110 0 10101 101 10011100 1010011 1000101

Color Harmonies of #6FF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2BE

Black with #6FF2BE

Text Example


Text Example

White with #6FF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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