Html Css Color HEX #53BCB5 Puerto Rico

📋 copy color: '#53BCB5'

red 83 ◦ green 188 ◦ blue 181

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

Shades of Puerto Rico #53BCB5

Tints of Puerto Rico #53BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 18.36%
G = 41.59%
B = 40.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#53BCB5 (or 0x53BCB5) is known color: Puerto Rico. HEX triplet: 53, BC and B5. RGB value is (83,188,181). Sum of RGB (Red+Green+Blue) = 83+188+181=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCB5 is #AC434A. Grayscale: #9B9B9B. Windows color (decimal): -11289419 or 11910227. OLE color: 11910227.

HSL color Cylindrical-coordinate representation of color #53BCB5: hue angle of 176º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCB5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 181 -
CMYK 0.56 0 0.04 0.26
HSL 176º 0.44% 0.53% -
HSV(B) 176º 0.56% 0.74% -
XYZ 29.89 41.14 50.08 -
YUV 155.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 83 188 181 0.56 0 0.04 0.26 176 0.44 0.53
Hex 53 BC B5 38 0 4 1A B0 2C 35
Octal 123 274 265 70 0 4 32 260 54 65
Binary 1010011 10111100 10110101 111000 0 100 11010 10110000 101100 110101

Color Harmonies of #53BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCB5

Black with #53BCB5

Text Example


Text Example

White with #53BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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