Html Css Color HEX #6BECA4 Medium Aquamarine

📋 copy color: '#6BECA4'

red 107 ◦ green 236 ◦ blue 164

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

Shades of Medium Aquamarine #6BECA4

Tints of Medium Aquamarine #6BECA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.35%

R = 21.1%
G = 46.55%
B = 32.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#6BECA4 (or 0x6BECA4) is known color: Medium Aquamarine. HEX triplet: 6B, EC and A4. RGB value is (107,236,164). Sum of RGB (Red+Green+Blue) = 107+236+164=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECA4 is #94135B. Grayscale: #BDBDBD. Windows color (decimal): -9704284 or 10808427. OLE color: 10808427.

HSL color Cylindrical-coordinate representation of color #6BECA4: hue angle of 146.51º 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 #6BECA4 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 236 164 -
CMYK 0.55 0 0.31 0.07
HSL 146.51º 0.77% 0.67% -
HSV(B) 146.51º 0.55% 0.93% -
XYZ 42.76 65.8 45.57 -
YUV 189.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 107 236 164 0.55 0 0.31 0.07 146.51 0.77 0.67
Hex 6B EC A4 37 0 1F 7 93 4D 43
Octal 153 354 244 67 0 37 7 223 115 103
Binary 1101011 11101100 10100100 110111 0 11111 111 10010011 1001101 1000011

Color Harmonies of #6BECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECA4

Black with #6BECA4

Text Example


Text Example

White with #6BECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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