Html Css Color HEX #53B7B0 Puerto Rico

📋 copy color: '#53B7B0'

red 83 ◦ green 183 ◦ blue 176

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

Shades of Puerto Rico #53B7B0

Tints of Puerto Rico #53B7B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 18.78%
G = 41.4%
B = 39.82%

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

#53B7B0 (or 0x53B7B0) is known color: Puerto Rico. HEX triplet: 53, B7 and B0. RGB value is (83,183,176). Sum of RGB (Red+Green+Blue) = 83+183+176=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #53B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B7B0 is #AC484F. Grayscale: #989898. Windows color (decimal): -11290704 or 11581267. OLE color: 11581267.

HSL color Cylindrical-coordinate representation of color #53B7B0: hue angle of 175.8º 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 #53B7B0 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 176 -
CMYK 0.55 0 0.04 0.28
HSL 175.8º 0.41% 0.52% -
HSV(B) 175.8º 0.55% 0.72% -
XYZ 28.34 38.84 47.08 -
YUV 152.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 83 183 176 0.55 0 0.04 0.28 175.8 0.41 0.52
Hex 53 B7 B0 37 0 4 1C B0 29 34
Octal 123 267 260 67 0 4 34 260 51 64
Binary 1010011 10110111 10110000 110111 0 100 11100 10110000 101001 110100

Color Harmonies of #53B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7B0

Black with #53B7B0

Text Example


Text Example

White with #53B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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