Html Css Color HEX #6BCCB3 Medium Aquamarine

📋 copy color: '#6BCCB3'

red 107 ◦ green 204 ◦ blue 179

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

Shades of Medium Aquamarine #6BCCB3

Tints of Medium Aquamarine #6BCCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 21.84%
G = 41.63%
B = 36.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#6BCCB3 (or 0x6BCCB3) is known color: Medium Aquamarine. HEX triplet: 6B, CC and B3. RGB value is (107,204,179). Sum of RGB (Red+Green+Blue) = 107+204+179=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCB3 is #94334C. Grayscale: #ACACAC. Windows color (decimal): -9712461 or 11783275. OLE color: 11783275.

HSL color Cylindrical-coordinate representation of color #6BCCB3: hue angle of 164.54º 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 #6BCCB3 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 204 179 -
CMYK 0.48 0 0.12 0.2
HSL 164.54º 0.49% 0.61% -
HSV(B) 164.54º 0.48% 0.8% -
XYZ 35.79 49.57 50.33 -
YUV 172.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 107 204 179 0.48 0 0.12 0.2 164.54 0.49 0.61
Hex 6B CC B3 30 0 C 14 A5 31 3D
Octal 153 314 263 60 0 14 24 245 61 75
Binary 1101011 11001100 10110011 110000 0 1100 10100 10100101 110001 111101

Color Harmonies of #6BCCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCB3

Black with #6BCCB3

Text Example


Text Example

White with #6BCCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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