Html Css Color HEX #5DBEB0 Puerto Rico

📋 copy color: '#5DBEB0'

red 93 ◦ green 190 ◦ blue 176

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

Shades of Puerto Rico #5DBEB0

Tints of Puerto Rico #5DBEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 20.26%
G = 41.39%
B = 38.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#5DBEB0 (or 0x5DBEB0) is known color: Puerto Rico. HEX triplet: 5D, BE and B0. RGB value is (93,190,176). Sum of RGB (Red+Green+Blue) = 93+190+176=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEB0 is #A2414F. Grayscale: #9F9F9F. Windows color (decimal): -10633552 or 11583069. OLE color: 11583069.

HSL color Cylindrical-coordinate representation of color #5DBEB0: hue angle of 171.34º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEB0 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 190 176 -
CMYK 0.51 0 0.07 0.25
HSL 171.34º 0.43% 0.55% -
HSV(B) 171.34º 0.51% 0.75% -
XYZ 30.76 42.29 47.62 -
YUV 159.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 93 190 176 0.51 0 0.07 0.25 171.34 0.43 0.55
Hex 5D BE B0 33 0 7 19 AB 2B 37
Octal 135 276 260 63 0 7 31 253 53 67
Binary 1011101 10111110 10110000 110011 0 111 11001 10101011 101011 110111

Color Harmonies of #5DBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEB0

Black with #5DBEB0

Text Example


Text Example

White with #5DBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,176); }

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

background-color css

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

 a { background-color: rgb(93,190,176); }

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

border-color css

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

 span { border-color: rgb(93,190,176); }

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