Html Css Color HEX #6BECB0 Medium Aquamarine

📋 copy color: '#6BECB0'

red 107 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #6BECB0

Tints of Medium Aquamarine #6BECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 20.62%
G = 45.47%
B = 33.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#6BECB0 (or 0x6BECB0) is known color: Medium Aquamarine. HEX triplet: 6B, EC and B0. RGB value is (107,236,176). Sum of RGB (Red+Green+Blue) = 107+236+176=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECB0 is #94134F. Grayscale: #BEBEBE. Windows color (decimal): -9704272 or 11594859. OLE color: 11594859.

HSL color Cylindrical-coordinate representation of color #6BECB0: hue angle of 152.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECB0 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 236 176 -
CMYK 0.55 0 0.25 0.07
HSL 152.09º 0.77% 0.67% -
HSV(B) 152.09º 0.55% 0.93% -
XYZ 43.9 66.25 51.55 -
YUV 190.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 107 236 176 0.55 0 0.25 0.07 152.09 0.77 0.67
Hex 6B EC B0 37 0 19 7 98 4D 43
Octal 153 354 260 67 0 31 7 230 115 103
Binary 1101011 11101100 10110000 110111 0 11001 111 10011000 1001101 1000011

Color Harmonies of #6BECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECB0

Black with #6BECB0

Text Example


Text Example

White with #6BECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,236,176); }

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

background-color css

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

 a { background-color: rgb(107,236,176); }

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

border-color css

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

 span { border-color: rgb(107,236,176); }

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