Html Css Color HEX #58C0B3 Puerto Rico

📋 copy color: '#58C0B3'

red 88 ◦ green 192 ◦ blue 179

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

Shades of Puerto Rico #58C0B3

Tints of Puerto Rico #58C0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 19.17%
G = 41.83%
B = 39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#58C0B3 (or 0x58C0B3) is known color: Puerto Rico. HEX triplet: 58, C0 and B3. RGB value is (88,192,179). Sum of RGB (Red+Green+Blue) = 88+192+179=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0B3 is #A73F4C. Grayscale: #9F9F9F. Windows color (decimal): -10960717 or 11780184. OLE color: 11780184.

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

Color convert

RGB 88 192 179 -
CMYK 0.54 0 0.07 0.25
HSL 172.5º 0.45% 0.55% -
HSV(B) 172.5º 0.54% 0.75% -
XYZ 31.01 43.03 49.32 -
YUV 159.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 88 192 179 0.54 0 0.07 0.25 172.5 0.45 0.55
Hex 58 C0 B3 36 0 7 19 AC 2D 37
Octal 130 300 263 66 0 7 31 254 55 67
Binary 1011000 11000000 10110011 110110 0 111 11001 10101100 101101 110111

Color Harmonies of #58C0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0B3

Black with #58C0B3

Text Example


Text Example

White with #58C0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,179); }

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

background-color css

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

 a { background-color: rgb(88,192,179); }

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

border-color css

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

 span { border-color: rgb(88,192,179); }

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