Html Css Color HEX #53B9AF Puerto Rico

📋 copy color: '#53B9AF'

red 83 ◦ green 185 ◦ blue 175

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

Shades of Puerto Rico #53B9AF

Tints of Puerto Rico #53B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

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

R = 18.74%
G = 41.76%
B = 39.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#53B9AF (or 0x53B9AF) is known color: Puerto Rico. HEX triplet: 53, B9 and AF. RGB value is (83,185,175). Sum of RGB (Red+Green+Blue) = 83+185+175=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #53B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B9AF is #AC4650. Grayscale: #999999. Windows color (decimal): -11290193 or 11516243. OLE color: 11516243.

HSL color Cylindrical-coordinate representation of color #53B9AF: hue angle of 174.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B9AF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 175 -
CMYK 0.55 0 0.05 0.27
HSL 174.12º 0.42% 0.53% -
HSV(B) 174.12º 0.55% 0.73% -
XYZ 28.65 39.63 46.7 -
YUV 153.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 83 185 175 0.55 0 0.05 0.27 174.12 0.42 0.53
Hex 53 B9 AF 37 0 5 1B AE 2A 35
Octal 123 271 257 67 0 5 33 256 52 65
Binary 1010011 10111001 10101111 110111 0 101 11011 10101110 101010 110101

Color Harmonies of #53B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B9AF

Black with #53B9AF

Text Example


Text Example

White with #53B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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