Html Css Color HEX #6BCCAE Medium Aquamarine

📋 copy color: '#6BCCAE'

red 107 ◦ green 204 ◦ blue 174

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

Shades of Medium Aquamarine #6BCCAE

Tints of Medium Aquamarine #6BCCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 22.06%
G = 42.06%
B = 35.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#6BCCAE (or 0x6BCCAE) is known color: Medium Aquamarine. HEX triplet: 6B, CC and AE. RGB value is (107,204,174). Sum of RGB (Red+Green+Blue) = 107+204+174=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAE is #943351. Grayscale: #ABABAB. Windows color (decimal): -9712466 or 11455595. OLE color: 11455595.

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

Color convert

RGB 107 204 174 -
CMYK 0.48 0 0.15 0.2
HSL 161.44º 0.49% 0.61% -
HSV(B) 161.44º 0.48% 0.8% -
XYZ 35.3 49.37 47.71 -
YUV 171.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 107 204 174 0.48 0 0.15 0.2 161.44 0.49 0.61
Hex 6B CC AE 30 0 F 14 A1 31 3D
Octal 153 314 256 60 0 17 24 241 61 75
Binary 1101011 11001100 10101110 110000 0 1111 10100 10100001 110001 111101

Color Harmonies of #6BCCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCAE

Black with #6BCCAE

Text Example


Text Example

White with #6BCCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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