Html Css Color HEX #6BCAA4 Medium Aquamarine

📋 copy color: '#6BCAA4'

red 107 ◦ green 202 ◦ blue 164

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

Shades of Medium Aquamarine #6BCAA4

Tints of Medium Aquamarine #6BCAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.67%

R = 22.62%
G = 42.71%
B = 34.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#6BCAA4 (or 0x6BCAA4) is known color: Medium Aquamarine. HEX triplet: 6B, CA and A4. RGB value is (107,202,164). Sum of RGB (Red+Green+Blue) = 107+202+164=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA4 is #94355B. Grayscale: #A9A9A9. Windows color (decimal): -9712988 or 10799723. OLE color: 10799723.

HSL color Cylindrical-coordinate representation of color #6BCAA4: hue angle of 156º 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 #6BCAA4 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 164 -
CMYK 0.47 0 0.19 0.21
HSL 156º 0.47% 0.61% -
HSV(B) 156º 0.47% 0.79% -
XYZ 33.88 48.05 42.61 -
YUV 169.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 107 202 164 0.47 0 0.19 0.21 156 0.47 0.61
Hex 6B CA A4 2F 0 13 15 9C 2F 3D
Octal 153 312 244 57 0 23 25 234 57 75
Binary 1101011 11001010 10100100 101111 0 10011 10101 10011100 101111 111101

Color Harmonies of #6BCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAA4

Black with #6BCAA4

Text Example


Text Example

White with #6BCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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