Html Css Color HEX #6BCDB0 Medium Aquamarine

📋 copy color: '#6BCDB0'

red 107 ◦ green 205 ◦ blue 176

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

Shades of Medium Aquamarine #6BCDB0

Tints of Medium Aquamarine #6BCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 21.93%
G = 42.01%
B = 36.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#6BCDB0 (or 0x6BCDB0) is known color: Medium Aquamarine. HEX triplet: 6B, CD and B0. RGB value is (107,205,176). Sum of RGB (Red+Green+Blue) = 107+205+176=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDB0 is #94324F. Grayscale: #ACACAC. Windows color (decimal): -9712208 or 11586923. OLE color: 11586923.

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

Color convert

RGB 107 205 176 -
CMYK 0.48 0 0.14 0.20
HSL 162.24º 0.49% 0.61% -
HSV(B) 162.24º 0.48% 0.8% -
XYZ 35.73 49.92 48.83 -
YUV 172.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 107 205 176 0.48 0 0.14 0.20 162.24 0.49 0.61
Hex 6B CD B0 30 0 E 14 A2 31 3D
Octal 153 315 260 60 0 16 24 242 61 75
Binary 1101011 11001101 10110000 110000 0 1110 10100 10100010 110001 111101

Color Harmonies of #6BCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDB0

Black with #6BCDB0

Text Example


Text Example

White with #6BCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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