Html Css Color HEX #58C49C Puerto Rico

📋 copy color: '#58C49C'

red 88 ◦ green 196 ◦ blue 156

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

Shades of Puerto Rico #58C49C

Tints of Puerto Rico #58C49C

RGB

 RED value IS 88 (34.77% from 255) = 20%

 GREEN value IS 196 (76.95% from 255) = 44.55%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 20%
G = 44.55%
B = 35.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#58C49C (or 0x58C49C) is known color: Puerto Rico. HEX triplet: 58, C4 and 9C. RGB value is (88,196,156). Sum of RGB (Red+Green+Blue) = 88+196+156=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #58C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C49C is #A73B63. Grayscale: #9F9F9F. Windows color (decimal): -10959716 or 10273880. OLE color: 10273880.

HSL color Cylindrical-coordinate representation of color #58C49C: hue angle of 157.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C49C is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 196 156 -
CMYK 0.55 0 0.20 0.23
HSL 157.78º 0.48% 0.56% -
HSV(B) 157.78º 0.55% 0.77% -
XYZ 29.77 43.95 38.37 -
YUV 159.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 88 196 156 0.55 0 0.20 0.23 157.78 0.48 0.56
Hex 58 C4 9C 37 0 14 17 9E 30 38
Octal 130 304 234 67 0 24 27 236 60 70
Binary 1011000 11000100 10011100 110111 0 10100 10111 10011110 110000 111000

Color Harmonies of #58C49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C49C

Black with #58C49C

Text Example


Text Example

White with #58C49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58C49C; }

 p { color: rgb(88,196,156); }

 H1.HeaderClassName
 {
   color: #58C49C;
 }
 .AnyTagClassName
 {
   color: #58C49C;
 }
</style>

background-color css

<style>
 a { background-color: #58C49C; }

 a { background-color: rgb(88,196,156); }

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

border-color css

<style>
 span { border-color: #58C49C; }

 span { border-color: rgb(88,196,156); }

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