Html Css Color HEX #53B7AF Puerto Rico

📋 copy color: '#53B7AF'

red 83 ◦ green 183 ◦ blue 175

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

Shades of Puerto Rico #53B7AF

Tints of Puerto Rico #53B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 18.82%
G = 41.5%
B = 39.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#53B7AF (or 0x53B7AF) is known color: Puerto Rico. HEX triplet: 53, B7 and AF. RGB value is (83,183,175). Sum of RGB (Red+Green+Blue) = 83+183+175=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #53B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B7AF is #AC4850. Grayscale: #989898. Windows color (decimal): -11290705 or 11515731. OLE color: 11515731.

HSL color Cylindrical-coordinate representation of color #53B7AF: hue angle of 175.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B7AF is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 175 -
CMYK 0.55 0 0.04 0.28
HSL 175.2º 0.41% 0.52% -
HSV(B) 175.2º 0.55% 0.72% -
XYZ 28.24 38.8 46.56 -
YUV 152.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 83 183 175 0.55 0 0.04 0.28 175.2 0.41 0.52
Hex 53 B7 AF 37 0 4 1C AF 29 34
Octal 123 267 257 67 0 4 34 257 51 64
Binary 1010011 10110111 10101111 110111 0 100 11100 10101111 101001 110100

Color Harmonies of #53B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7AF

Black with #53B7AF

Text Example


Text Example

White with #53B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,183,175); }

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

background-color css

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

 a { background-color: rgb(83,183,175); }

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

border-color css

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

 span { border-color: rgb(83,183,175); }

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