Html Css Color HEX #6BE8B4 Medium Aquamarine

📋 copy color: '#6BE8B4'

red 107 ◦ green 232 ◦ blue 180

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

Shades of Medium Aquamarine #6BE8B4

Tints of Medium Aquamarine #6BE8B4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 20.62%
G = 44.7%
B = 34.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#6BE8B4 (or 0x6BE8B4) is known color: Medium Aquamarine. HEX triplet: 6B, E8 and B4. RGB value is (107,232,180). Sum of RGB (Red+Green+Blue) = 107+232+180=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8B4 is #94174B. Grayscale: #BCBCBC. Windows color (decimal): -9705292 or 11855979. OLE color: 11855979.

HSL color Cylindrical-coordinate representation of color #6BE8B4: hue angle of 155.04º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8B4 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 180 -
CMYK 0.54 0 0.22 0.09
HSL 155.04º 0.73% 0.66% -
HSV(B) 155.04º 0.54% 0.91% -
XYZ 43.16 64.13 53.28 -
YUV 188.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 107 232 180 0.54 0 0.22 0.09 155.04 0.73 0.66
Hex 6B E8 B4 36 0 16 9 9B 49 42
Octal 153 350 264 66 0 26 11 233 111 102
Binary 1101011 11101000 10110100 110110 0 10110 1001 10011011 1001001 1000010

Color Harmonies of #6BE8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8B4

Black with #6BE8B4

Text Example


Text Example

White with #6BE8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,232,180); }

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

background-color css

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

 a { background-color: rgb(107,232,180); }

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

border-color css

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

 span { border-color: rgb(107,232,180); }

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