Html Css Color HEX #6CCBA0 Medium Aquamarine

📋 copy color: '#6CCBA0'

red 108 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #6CCBA0

Tints of Medium Aquamarine #6CCBA0

RGB

 RED value IS 108 (42.58% from 255) = 22.93%

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 22.93%
G = 43.1%
B = 33.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6CCBA0 (or 0x6CCBA0) is known color: Medium Aquamarine. HEX triplet: 6C, CB and A0. RGB value is (108,203,160). Sum of RGB (Red+Green+Blue) = 108+203+160=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBA0 is #93345F. Grayscale: #A9A9A9. Windows color (decimal): -9647200 or 10537836. OLE color: 10537836.

HSL color Cylindrical-coordinate representation of color #6CCBA0: hue angle of 152.84º 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 #6CCBA0 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 203 160 -
CMYK 0.47 0 0.21 0.20
HSL 152.84º 0.48% 0.61% -
HSV(B) 152.84º 0.47% 0.8% -
XYZ 33.89 48.44 40.82 -
YUV 169.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 108 203 160 0.47 0 0.21 0.20 152.84 0.48 0.61
Hex 6C CB A0 2F 0 15 14 99 30 3D
Octal 154 313 240 57 0 25 24 231 60 75
Binary 1101100 11001011 10100000 101111 0 10101 10100 10011001 110000 111101

Color Harmonies of #6CCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBA0

Black with #6CCBA0

Text Example


Text Example

White with #6CCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,203,160); }

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

background-color css

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

 a { background-color: rgb(108,203,160); }

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

border-color css

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

 span { border-color: rgb(108,203,160); }

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