Html Css Color HEX #6BCBA3 Medium Aquamarine

📋 copy color: '#6BCBA3'

red 107 ◦ green 203 ◦ blue 163

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

Shades of Medium Aquamarine #6BCBA3

Tints of Medium Aquamarine #6BCBA3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 22.62%
G = 42.92%
B = 34.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#6BCBA3 (or 0x6BCBA3) is known color: Medium Aquamarine. HEX triplet: 6B, CB and A3. RGB value is (107,203,163). Sum of RGB (Red+Green+Blue) = 107+203+163=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBA3 is #94345C. Grayscale: #A9A9A9. Windows color (decimal): -9712733 or 10734443. OLE color: 10734443.

HSL color Cylindrical-coordinate representation of color #6BCBA3: hue angle of 155º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBA3 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 163 -
CMYK 0.47 0 0.20 0.20
HSL 155º 0.48% 0.61% -
HSV(B) 155º 0.47% 0.8% -
XYZ 34.03 48.48 42.21 -
YUV 169.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 107 203 163 0.47 0 0.20 0.20 155 0.48 0.61
Hex 6B CB A3 2F 0 14 14 9B 30 3D
Octal 153 313 243 57 0 24 24 233 60 75
Binary 1101011 11001011 10100011 101111 0 10100 10100 10011011 110000 111101

Color Harmonies of #6BCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBA3

Black with #6BCBA3

Text Example


Text Example

White with #6BCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,163); }

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

background-color css

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

 a { background-color: rgb(107,203,163); }

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

border-color css

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

 span { border-color: rgb(107,203,163); }

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