Html Css Color HEX #6BCAAB Medium Aquamarine

📋 copy color: '#6BCAAB'

red 107 ◦ green 202 ◦ blue 171

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

Shades of Medium Aquamarine #6BCAAB

Tints of Medium Aquamarine #6BCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 22.29%
G = 42.08%
B = 35.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#6BCAAB (or 0x6BCAAB) is known color: Medium Aquamarine. HEX triplet: 6B, CA and AB. RGB value is (107,202,171). Sum of RGB (Red+Green+Blue) = 107+202+171=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAB is #943554. Grayscale: #AAAAAA. Windows color (decimal): -9712981 or 11258475. OLE color: 11258475.

HSL color Cylindrical-coordinate representation of color #6BCAAB: hue angle of 160.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAAB is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 171 -
CMYK 0.47 0 0.15 0.21
HSL 160.42º 0.47% 0.61% -
HSV(B) 160.42º 0.47% 0.79% -
XYZ 34.53 48.31 46.03 -
YUV 170.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 107 202 171 0.47 0 0.15 0.21 160.42 0.47 0.61
Hex 6B CA AB 2F 0 F 15 A0 2F 3D
Octal 153 312 253 57 0 17 25 240 57 75
Binary 1101011 11001010 10101011 101111 0 1111 10101 10100000 101111 111101

Color Harmonies of #6BCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAAB

Black with #6BCAAB

Text Example


Text Example

White with #6BCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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