Html Css Color HEX #53CCB4 Medium Aquamarine

📋 copy color: '#53CCB4'

red 83 ◦ green 204 ◦ blue 180

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

Shades of Medium Aquamarine #53CCB4

Tints of Medium Aquamarine #53CCB4

RGB

 RED value IS 83 (32.81% from 255) = 17.77%

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

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 17.77%
G = 43.68%
B = 38.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#53CCB4 (or 0x53CCB4) is known color: Medium Aquamarine. HEX triplet: 53, CC and B4. RGB value is (83,204,180). Sum of RGB (Red+Green+Blue) = 83+204+180=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCB4 is #AC334B. Grayscale: #A5A5A5. Windows color (decimal): -11285324 or 11848787. OLE color: 11848787.

HSL color Cylindrical-coordinate representation of color #53CCB4: hue angle of 168.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCB4 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 180 -
CMYK 0.59 0 0.12 0.2
HSL 168.1º 0.54% 0.56% -
HSV(B) 168.1º 0.59% 0.8% -
XYZ 33.4 48.32 50.75 -
YUV 165.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 83 204 180 0.59 0 0.12 0.2 168.1 0.54 0.56
Hex 53 CC B4 3B 0 C 14 A8 36 38
Octal 123 314 264 73 0 14 24 250 66 70
Binary 1010011 11001100 10110100 111011 0 1100 10100 10101000 110110 111000

Color Harmonies of #53CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCB4

Black with #53CCB4

Text Example


Text Example

White with #53CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CCB4; }

 p { color: rgb(83,204,180); }

 H1.HeaderClassName
 {
   color: #53CCB4;
 }
 .AnyTagClassName
 {
   color: #53CCB4;
 }
</style>

background-color css

<style>
 a { background-color: #53CCB4; }

 a { background-color: rgb(83,204,180); }

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

border-color css

<style>
 span { border-color: #53CCB4; }

 span { border-color: rgb(83,204,180); }

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