Html Css Color HEX #6CD0B2 Medium Aquamarine

📋 copy color: '#6CD0B2'

red 108 ◦ green 208 ◦ blue 178

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

Shades of Medium Aquamarine #6CD0B2

Tints of Medium Aquamarine #6CD0B2

RGB

 RED value IS 108 (42.58% from 255) = 21.86%

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 21.86%
G = 42.11%
B = 36.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#6CD0B2 (or 0x6CD0B2) is known color: Medium Aquamarine. HEX triplet: 6C, D0 and B2. RGB value is (108,208,178). Sum of RGB (Red+Green+Blue) = 108+208+178=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD0B2 is #932F4D. Grayscale: #AEAEAE. Windows color (decimal): -9645902 or 11718764. OLE color: 11718764.

HSL color Cylindrical-coordinate representation of color #6CD0B2: hue angle of 162º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0B2 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 178 -
CMYK 0.48 0 0.14 0.18
HSL 162º 0.52% 0.62% -
HSV(B) 162º 0.48% 0.82% -
XYZ 36.78 51.51 50.12 -
YUV 174.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 108 208 178 0.48 0 0.14 0.18 162 0.52 0.62
Hex 6C D0 B2 30 0 E 12 A2 34 3E
Octal 154 320 262 60 0 16 22 242 64 76
Binary 1101100 11010000 10110010 110000 0 1110 10010 10100010 110100 111110

Color Harmonies of #6CD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0B2

Black with #6CD0B2

Text Example


Text Example

White with #6CD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,178); }

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

background-color css

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

 a { background-color: rgb(108,208,178); }

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

border-color css

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

 span { border-color: rgb(108,208,178); }

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