Html Css Color HEX #6BCDA4 Medium Aquamarine

📋 copy color: '#6BCDA4'

red 107 ◦ green 205 ◦ blue 164

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

Shades of Medium Aquamarine #6BCDA4

Tints of Medium Aquamarine #6BCDA4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

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

R = 22.48%
G = 43.07%
B = 34.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#6BCDA4 (or 0x6BCDA4) is known color: Medium Aquamarine. HEX triplet: 6B, CD and A4. RGB value is (107,205,164). Sum of RGB (Red+Green+Blue) = 107+205+164=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA4 is #94325B. Grayscale: #ABABAB. Windows color (decimal): -9712220 or 10800491. OLE color: 10800491.

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

Color convert

RGB 107 205 164 -
CMYK 0.48 0 0.2 0.20
HSL 154.9º 0.49% 0.61% -
HSV(B) 154.9º 0.48% 0.8% -
XYZ 34.6 49.47 42.85 -
YUV 171.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 107 205 164 0.48 0 0.2 0.20 154.9 0.49 0.61
Hex 6B CD A4 30 0 14 14 9B 31 3D
Octal 153 315 244 60 0 24 24 233 61 75
Binary 1101011 11001101 10100100 110000 0 10100 10100 10011011 110001 111101

Color Harmonies of #6BCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDA4

Black with #6BCDA4

Text Example


Text Example

White with #6BCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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