#53BDA8

Color #53BDA8 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #53BDA8

Tints of Puerto Rico #53BDA8

Color information

#53BDA8 (or 0x53BDA8) is unknown color: approx Puerto Rico. HEX triplet: 53, BD and A8. RGB value is (83,189,168). Sum of RGB (Red+Green+Blue) = 83+189+168=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BDA8 is #AC4257. Grayscale: #9A9A9A. Windows color (decimal): -11289176 or 11058515. OLE color: 11058515.

HSL color Cylindrical-coordinate representation of color #53BDA8: hue angle of 168.11º degrees, saturation: 0.45, 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 #53BDA8 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB83189168-
CMYK0.5600.110.26
HSL168.11º44.54%53.33%-
HSV(B)168.11º56.08%74.12%-
XYZ28.8341.0643.45-
YUV154.91135.3876.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.86%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=18.86%
G=42.95%
B=38.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831891680.5600.110.26168.1144.5453.33
Hex53BDA8380B1Aa82d35
Octal12327525070013322505565
Binary10100111011110110101000111000010111101010101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,189,168); }

 H1.HeaderClassName
 {
   color: #53BDA8;
 }
 .AnyTagClassName
 {
   color: #53BDA8;
 }
</style>
background-color css

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

 a { background-color: rgb(83,189,168); }

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

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

 span { border-color: rgb(83,189,168); }

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