Html Css Color HEX #58C1A8 Puerto Rico

📋 copy color: '#58C1A8'

red 88 ◦ green 193 ◦ blue 168

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

Shades of Puerto Rico #58C1A8

Tints of Puerto Rico #58C1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 19.6%
G = 42.98%
B = 37.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#58C1A8 (or 0x58C1A8) is known color: Puerto Rico. HEX triplet: 58, C1 and A8. RGB value is (88,193,168). Sum of RGB (Red+Green+Blue) = 88+193+168=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A8 is #A73E57. Grayscale: #9E9E9E. Windows color (decimal): -10960472 or 11059544. OLE color: 11059544.

HSL color Cylindrical-coordinate representation of color #58C1A8: hue angle of 165.71º 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 #58C1A8 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 193 168 -
CMYK 0.54 0 0.13 0.24
HSL 165.71º 0.46% 0.55% -
HSV(B) 165.71º 0.54% 0.76% -
XYZ 30.16 43.04 43.76 -
YUV 158.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 88 193 168 0.54 0 0.13 0.24 165.71 0.46 0.55
Hex 58 C1 A8 36 0 D 18 A6 2E 37
Octal 130 301 250 66 0 15 30 246 56 67
Binary 1011000 11000001 10101000 110110 0 1101 11000 10100110 101110 110111

Color Harmonies of #58C1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C1A8

Black with #58C1A8

Text Example


Text Example

White with #58C1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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