Html Css Color HEX #6BE1A8 Medium Aquamarine

📋 copy color: '#6BE1A8'

red 107 ◦ green 225 ◦ blue 168

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

Shades of Medium Aquamarine #6BE1A8

Tints of Medium Aquamarine #6BE1A8

RGB

 RED value IS 107 (42.19% from 255) = 21.4%

 GREEN value IS 225 (88.28% from 255) = 45%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 21.4%
G = 45%
B = 33.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#6BE1A8 (or 0x6BE1A8) is known color: Medium Aquamarine. HEX triplet: 6B, E1 and A8. RGB value is (107,225,168). Sum of RGB (Red+Green+Blue) = 107+225+168=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE1A8 is #941E57. Grayscale: #B7B7B7. Windows color (decimal): -9707096 or 11067755. OLE color: 11067755.

HSL color Cylindrical-coordinate representation of color #6BE1A8: hue angle of 151.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1A8 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 225 168 -
CMYK 0.52 0 0.25 0.12
HSL 151.02º 0.66% 0.65% -
HSV(B) 151.02º 0.52% 0.88% -
XYZ 40.06 59.8 46.48 -
YUV 183.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 107 225 168 0.52 0 0.25 0.12 151.02 0.66 0.65
Hex 6B E1 A8 34 0 19 C 97 42 41
Octal 153 341 250 64 0 31 14 227 102 101
Binary 1101011 11100001 10101000 110100 0 11001 1100 10010111 1000010 1000001

Color Harmonies of #6BE1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE1A8

Black with #6BE1A8

Text Example


Text Example

White with #6BE1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,225,168); }

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

background-color css

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

 a { background-color: rgb(107,225,168); }

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

border-color css

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

 span { border-color: rgb(107,225,168); }

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