Html Css Color HEX #6BCCB1 Medium Aquamarine

📋 copy color: '#6BCCB1'

red 107 ◦ green 204 ◦ blue 177

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

Shades of Medium Aquamarine #6BCCB1

Tints of Medium Aquamarine #6BCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 21.93%
G = 41.8%
B = 36.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#6BCCB1 (or 0x6BCCB1) is known color: Medium Aquamarine. HEX triplet: 6B, CC and B1. RGB value is (107,204,177). Sum of RGB (Red+Green+Blue) = 107+204+177=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCB1 is #94334E. Grayscale: #ABABAB. Windows color (decimal): -9712463 or 11652203. OLE color: 11652203.

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

Color convert

RGB 107 204 177 -
CMYK 0.48 0 0.13 0.2
HSL 163.3º 0.49% 0.61% -
HSV(B) 163.3º 0.48% 0.8% -
XYZ 35.59 49.49 49.27 -
YUV 171.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 107 204 177 0.48 0 0.13 0.2 163.3 0.49 0.61
Hex 6B CC B1 30 0 D 14 A3 31 3D
Octal 153 314 261 60 0 15 24 243 61 75
Binary 1101011 11001100 10110001 110000 0 1101 10100 10100011 110001 111101

Color Harmonies of #6BCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCB1

Black with #6BCCB1

Text Example


Text Example

White with #6BCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,177); }

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

background-color css

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

 a { background-color: rgb(107,204,177); }

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

border-color css

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

 span { border-color: rgb(107,204,177); }

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