Html Css Color HEX #5DBEA3 Puerto Rico

📋 copy color: '#5DBEA3'

red 93 ◦ green 190 ◦ blue 163

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

Shades of Puerto Rico #5DBEA3

Tints of Puerto Rico #5DBEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.55%

R = 20.85%
G = 42.6%
B = 36.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#5DBEA3 (or 0x5DBEA3) is known color: Puerto Rico. HEX triplet: 5D, BE and A3. RGB value is (93,190,163). Sum of RGB (Red+Green+Blue) = 93+190+163=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA3 is #A2415C. Grayscale: #9D9D9D. Windows color (decimal): -10633565 or 10731101. OLE color: 10731101.

HSL color Cylindrical-coordinate representation of color #5DBEA3: hue angle of 163.3º 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 #5DBEA3 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 190 163 -
CMYK 0.51 0 0.14 0.25
HSL 163.3º 0.43% 0.55% -
HSV(B) 163.3º 0.51% 0.75% -
XYZ 29.54 41.8 41.16 -
YUV 157.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 93 190 163 0.51 0 0.14 0.25 163.3 0.43 0.55
Hex 5D BE A3 33 0 E 19 A3 2B 37
Octal 135 276 243 63 0 16 31 243 53 67
Binary 1011101 10111110 10100011 110011 0 1110 11001 10100011 101011 110111

Color Harmonies of #5DBEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEA3

Black with #5DBEA3

Text Example


Text Example

White with #5DBEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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