Html Css Color HEX #56CCB2 Medium Aquamarine

📋 copy color: '#56CCB2'

red 86 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #56CCB2

Tints of Medium Aquamarine #56CCB2

RGB

 RED value IS 86 (33.98% from 255) = 18.38%

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 18.38%
G = 43.59%
B = 38.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#56CCB2 (or 0x56CCB2) is known color: Medium Aquamarine. HEX triplet: 56, CC and B2. RGB value is (86,204,178). Sum of RGB (Red+Green+Blue) = 86+204+178=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CCB2 is #A9334D. Grayscale: #A5A5A5. Windows color (decimal): -11088718 or 11717718. OLE color: 11717718.

HSL color Cylindrical-coordinate representation of color #56CCB2: hue angle of 166.78º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 204 178 -
CMYK 0.58 0 0.13 0.2
HSL 166.78º 0.54% 0.57% -
HSV(B) 166.78º 0.58% 0.8% -
XYZ 33.47 48.38 49.69 -
YUV 165.75 134.91 71.11 -
System Red Green Blue C M Y K H S L
Decimal 86 204 178 0.58 0 0.13 0.2 166.78 0.54 0.57
Hex 56 CC B2 3A 0 D 14 A7 36 39
Octal 126 314 262 72 0 15 24 247 66 71
Binary 1010110 11001100 10110010 111010 0 1101 10100 10100111 110110 111001

Color Harmonies of #56CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCB2

Black with #56CCB2

Text Example


Text Example

White with #56CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56CCB2; }

 p { color: rgb(86,204,178); }

 H1.HeaderClassName
 {
   color: #56CCB2;
 }
 .AnyTagClassName
 {
   color: #56CCB2;
 }
</style>

background-color css

<style>
 a { background-color: #56CCB2; }

 a { background-color: rgb(86,204,178); }

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

border-color css

<style>
 span { border-color: #56CCB2; }

 span { border-color: rgb(86,204,178); }

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