#5DB7A3

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

Shades of Puerto Rico #5DB7A3

Tints of Puerto Rico #5DB7A3

Color information

#5DB7A3 (or 0x5DB7A3) is unknown color: approx Puerto Rico. HEX triplet: 5D, B7 and A3. RGB value is (93,183,163). Sum of RGB (Red+Green+Blue) = 93+183+163=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB7A3 is #A2485C. Grayscale: #999999. Windows color (decimal): -10635357 or 10729309. OLE color: 10729309.

HSL color Cylindrical-coordinate representation of color #5DB7A3: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB7A3 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB93183163-
CMYK0.4900.110.28
HSL166.67º38.46%54.12%-
HSV(B)166.67º49.18%71.76%-
XYZ28.0638.8440.67-
YUV153.81133.1884.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.18%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=21.18%
G=41.69%
B=37.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal931831630.4900.110.28166.6738.4654.12
Hex5DB7A3310B1Ca72636
Octal13526724361013342474666
Binary10111011011011110100011110001010111110010100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DB7A3; }

 p { color: rgb(93,183,163); }

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

<style>
 a { background-color: #5DB7A3; }

 a { background-color: rgb(93,183,163); }

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

<style>
 span { border-color: #5DB7A3; }

 span { border-color: rgb(93,183,163); }

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