Html Css Color HEX #60C1A5 Puerto Rico

📋 copy color: '#60C1A5'

red 96 ◦ green 193 ◦ blue 165

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

Shades of Puerto Rico #60C1A5

Tints of Puerto Rico #60C1A5

RGB

 RED value IS 96 (37.89% from 255) = 21.15%

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

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

R = 21.15%
G = 42.51%
B = 36.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#60C1A5 (or 0x60C1A5) is known color: Puerto Rico. HEX triplet: 60, C1 and A5. RGB value is (96,193,165). Sum of RGB (Red+Green+Blue) = 96+193+165=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1A5 is #9F3E5A. Grayscale: #A0A0A0. Windows color (decimal): -10436187 or 10862944. OLE color: 10862944.

HSL color Cylindrical-coordinate representation of color #60C1A5: hue angle of 162.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1A5 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 165 -
CMYK 0.50 0 0.15 0.24
HSL 162.68º 0.44% 0.57% -
HSV(B) 162.68º 0.5% 0.76% -
XYZ 30.69 43.34 42.35 -
YUV 160.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 96 193 165 0.50 0 0.15 0.24 162.68 0.44 0.57
Hex 60 C1 A5 32 0 F 18 A3 2C 39
Octal 140 301 245 62 0 17 30 243 54 71
Binary 1100000 11000001 10100101 110010 0 1111 11000 10100011 101100 111001

Color Harmonies of #60C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C1A5

Black with #60C1A5

Text Example


Text Example

White with #60C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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