Html Css Color HEX #6BCFAB Medium Aquamarine

📋 copy color: '#6BCFAB'

red 107 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #6BCFAB

Tints of Medium Aquamarine #6BCFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 22.06%
G = 42.68%
B = 35.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#6BCFAB (or 0x6BCFAB) is known color: Medium Aquamarine. HEX triplet: 6B, CF and AB. RGB value is (107,207,171). Sum of RGB (Red+Green+Blue) = 107+207+171=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAB is #943054. Grayscale: #ADADAD. Windows color (decimal): -9711701 or 11259755. OLE color: 11259755.

HSL color Cylindrical-coordinate representation of color #6BCFAB: hue angle of 158.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFAB is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 207 171 -
CMYK 0.48 0 0.17 0.19
HSL 158.4º 0.51% 0.62% -
HSV(B) 158.4º 0.48% 0.81% -
XYZ 35.73 50.69 46.43 -
YUV 173 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 107 207 171 0.48 0 0.17 0.19 158.4 0.51 0.62
Hex 6B CF AB 30 0 11 13 9E 33 3E
Octal 153 317 253 60 0 21 23 236 63 76
Binary 1101011 11001111 10101011 110000 0 10001 10011 10011110 110011 111110

Color Harmonies of #6BCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFAB

Black with #6BCFAB

Text Example


Text Example

White with #6BCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,171); }

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

background-color css

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

 a { background-color: rgb(107,207,171); }

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

border-color css

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

 span { border-color: rgb(107,207,171); }

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