Html Css Color HEX #53C69B Puerto Rico

📋 copy color: '#53C69B'

red 83 ◦ green 198 ◦ blue 155

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

Shades of Puerto Rico #53C69B

Tints of Puerto Rico #53C69B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 19.04%
G = 45.41%
B = 35.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#53C69B (or 0x53C69B) is known color: Puerto Rico. HEX triplet: 53, C6 and 9B. RGB value is (83,198,155). Sum of RGB (Red+Green+Blue) = 83+198+155=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #53C69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C69B is #AC3964. Grayscale: #9E9E9E. Windows color (decimal): -11286885 or 10208851. OLE color: 10208851.

HSL color Cylindrical-coordinate representation of color #53C69B: hue angle of 157.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C69B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 198 155 -
CMYK 0.58 0 0.22 0.22
HSL 157.57º 0.5% 0.55% -
HSV(B) 157.57º 0.58% 0.78% -
XYZ 29.68 44.59 38.05 -
YUV 158.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 83 198 155 0.58 0 0.22 0.22 157.57 0.5 0.55
Hex 53 C6 9B 3A 0 16 16 9E 32 37
Octal 123 306 233 72 0 26 26 236 62 67
Binary 1010011 11000110 10011011 111010 0 10110 10110 10011110 110010 110111

Color Harmonies of #53C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C69B

Black with #53C69B

Text Example


Text Example

White with #53C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,198,155); }

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

background-color css

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

 a { background-color: rgb(83,198,155); }

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

border-color css

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

 span { border-color: rgb(83,198,155); }

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