Html Css Color HEX #5DBCB1 Puerto Rico

📋 copy color: '#5DBCB1'

red 93 ◦ green 188 ◦ blue 177

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

Shades of Puerto Rico #5DBCB1

Tints of Puerto Rico #5DBCB1

RGB

 RED value IS 93 (36.72% from 255) = 20.31%

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 20.31%
G = 41.05%
B = 38.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#5DBCB1 (or 0x5DBCB1) is known color: Puerto Rico. HEX triplet: 5D, BC and B1. RGB value is (93,188,177). Sum of RGB (Red+Green+Blue) = 93+188+177=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCB1 is #A2434E. Grayscale: #9E9E9E. Windows color (decimal): -10634063 or 11648093. OLE color: 11648093.

HSL color Cylindrical-coordinate representation of color #5DBCB1: hue angle of 173.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCB1 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 188 177 -
CMYK 0.51 0 0.06 0.26
HSL 173.05º 0.41% 0.55% -
HSV(B) 173.05º 0.51% 0.74% -
XYZ 30.43 41.47 48 -
YUV 158.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 93 188 177 0.51 0 0.06 0.26 173.05 0.41 0.55
Hex 5D BC B1 33 0 6 1A AD 29 37
Octal 135 274 261 63 0 6 32 255 51 67
Binary 1011101 10111100 10110001 110011 0 110 11010 10101101 101001 110111

Color Harmonies of #5DBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCB1

Black with #5DBCB1

Text Example


Text Example

White with #5DBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,188,177); }

 H1.HeaderClassName
 {
   color: #5DBCB1;
 }
 .AnyTagClassName
 {
   color: #5DBCB1;
 }
</style>

background-color css

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

 a { background-color: rgb(93,188,177); }

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

border-color css

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

 span { border-color: rgb(93,188,177); }

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