Html Css Color HEX #53CFB5 Medium Aquamarine

📋 copy color: '#53CFB5'

red 83 ◦ green 207 ◦ blue 181

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

Shades of Medium Aquamarine #53CFB5

Tints of Medium Aquamarine #53CFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 17.62%
G = 43.95%
B = 38.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#53CFB5 (or 0x53CFB5) is known color: Medium Aquamarine. HEX triplet: 53, CF and B5. RGB value is (83,207,181). Sum of RGB (Red+Green+Blue) = 83+207+181=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFB5 is #AC304A. Grayscale: #A6A6A6. Windows color (decimal): -11284555 or 11915091. OLE color: 11915091.

HSL color Cylindrical-coordinate representation of color #53CFB5: hue angle of 167.42º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFB5 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 181 -
CMYK 0.60 0 0.13 0.19
HSL 167.42º 0.56% 0.57% -
HSV(B) 167.42º 0.6% 0.81% -
XYZ 34.22 49.8 51.52 -
YUV 166.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 83 207 181 0.60 0 0.13 0.19 167.42 0.56 0.57
Hex 53 CF B5 3C 0 D 13 A7 38 39
Octal 123 317 265 74 0 15 23 247 70 71
Binary 1010011 11001111 10110101 111100 0 1101 10011 10100111 111000 111001

Color Harmonies of #53CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFB5

Black with #53CFB5

Text Example


Text Example

White with #53CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,207,181); }

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

background-color css

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

 a { background-color: rgb(83,207,181); }

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

border-color css

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

 span { border-color: rgb(83,207,181); }

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