Html Css Color HEX #58C1A5 Puerto Rico

📋 copy color: '#58C1A5'

red 88 ◦ green 193 ◦ blue 165

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

Shades of Puerto Rico #58C1A5

Tints of Puerto Rico #58C1A5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 165 (64.84% from 255) = 37%

R = 19.73%
G = 43.27%
B = 37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#58C1A5 (or 0x58C1A5) is known color: Puerto Rico. HEX triplet: 58, C1 and A5. RGB value is (88,193,165). Sum of RGB (Red+Green+Blue) = 88+193+165=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A5 is #A73E5A. Grayscale: #9E9E9E. Windows color (decimal): -10960475 or 10862936. OLE color: 10862936.

HSL color Cylindrical-coordinate representation of color #58C1A5: hue angle of 164º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C1A5 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 193 165 -
CMYK 0.54 0 0.15 0.24
HSL 164º 0.46% 0.55% -
HSV(B) 164º 0.54% 0.76% -
XYZ 29.89 42.93 42.31 -
YUV 158.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 88 193 165 0.54 0 0.15 0.24 164 0.46 0.55
Hex 58 C1 A5 36 0 F 18 A4 2E 37
Octal 130 301 245 66 0 17 30 244 56 67
Binary 1011000 11000001 10100101 110110 0 1111 11000 10100100 101110 110111

Color Harmonies of #58C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C1A5

Black with #58C1A5

Text Example


Text Example

White with #58C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,193,165); }

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

background-color css

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

 a { background-color: rgb(88,193,165); }

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

border-color css

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

 span { border-color: rgb(88,193,165); }

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