Html Css Color HEX #61C0AC Puerto Rico

📋 copy color: '#61C0AC'

red 97 ◦ green 192 ◦ blue 172

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

Shades of Puerto Rico #61C0AC

Tints of Puerto Rico #61C0AC

RGB

 RED value IS 97 (38.28% from 255) = 21.04%

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 21.04%
G = 41.65%
B = 37.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#61C0AC (or 0x61C0AC) is known color: Puerto Rico. HEX triplet: 61, C0 and AC. RGB value is (97,192,172). Sum of RGB (Red+Green+Blue) = 97+192+172=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #61C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C0AC is #9E3F53. Grayscale: #A1A1A1. Windows color (decimal): -10370900 or 11321441. OLE color: 11321441.

HSL color Cylindrical-coordinate representation of color #61C0AC: hue angle of 167.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C0AC is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 172 -
CMYK 0.49 0 0.10 0.25
HSL 167.37º 0.43% 0.57% -
HSV(B) 167.37º 0.49% 0.75% -
XYZ 31.23 43.22 45.73 -
YUV 161.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 97 192 172 0.49 0 0.10 0.25 167.37 0.43 0.57
Hex 61 C0 AC 31 0 A 19 A7 2B 39
Octal 141 300 254 61 0 12 31 247 53 71
Binary 1100001 11000000 10101100 110001 0 1010 11001 10100111 101011 111001

Color Harmonies of #61C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0AC

Black with #61C0AC

Text Example


Text Example

White with #61C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C0AC; }

 p { color: rgb(97,192,172); }

 H1.HeaderClassName
 {
   color: #61C0AC;
 }
 .AnyTagClassName
 {
   color: #61C0AC;
 }
</style>

background-color css

<style>
 a { background-color: #61C0AC; }

 a { background-color: rgb(97,192,172); }

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

border-color css

<style>
 span { border-color: #61C0AC; }

 span { border-color: rgb(97,192,172); }

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