Html Css Color HEX #6BCDA2 Medium Aquamarine

📋 copy color: '#6BCDA2'

red 107 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #6BCDA2

Tints of Medium Aquamarine #6BCDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 22.57%
G = 43.25%
B = 34.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6BCDA2 (or 0x6BCDA2) is known color: Medium Aquamarine. HEX triplet: 6B, CD and A2. RGB value is (107,205,162). Sum of RGB (Red+Green+Blue) = 107+205+162=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA2 is #94325D. Grayscale: #AAAAAA. Windows color (decimal): -9712222 or 10669419. OLE color: 10669419.

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

Color convert

RGB 107 205 162 -
CMYK 0.48 0 0.21 0.20
HSL 153.67º 0.49% 0.61% -
HSV(B) 153.67º 0.48% 0.8% -
XYZ 34.42 49.4 41.9 -
YUV 170.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 107 205 162 0.48 0 0.21 0.20 153.67 0.49 0.61
Hex 6B CD A2 30 0 15 14 9A 31 3D
Octal 153 315 242 60 0 25 24 232 61 75
Binary 1101011 11001101 10100010 110000 0 10101 10100 10011010 110001 111101

Color Harmonies of #6BCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDA2

Black with #6BCDA2

Text Example


Text Example

White with #6BCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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