Html Css Color HEX #61BCAA Puerto Rico

📋 copy color: '#61BCAA'

red 97 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #61BCAA

Tints of Puerto Rico #61BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 21.32%
G = 41.32%
B = 37.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#61BCAA (or 0x61BCAA) is known color: Puerto Rico. HEX triplet: 61, BC and AA. RGB value is (97,188,170). Sum of RGB (Red+Green+Blue) = 97+188+170=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCAA is #9E4355. Grayscale: #9E9E9E. Windows color (decimal): -10371926 or 11189345. OLE color: 11189345.

HSL color Cylindrical-coordinate representation of color #61BCAA: hue angle of 168.13º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BCAA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 170 -
CMYK 0.48 0 0.10 0.26
HSL 168.13º 0.4% 0.56% -
HSV(B) 168.13º 0.48% 0.74% -
XYZ 30.17 41.41 44.43 -
YUV 158.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 97 188 170 0.48 0 0.10 0.26 168.13 0.4 0.56
Hex 61 BC AA 30 0 A 1A A8 28 38
Octal 141 274 252 60 0 12 32 250 50 70
Binary 1100001 10111100 10101010 110000 0 1010 11010 10101000 101000 111000

Color Harmonies of #61BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCAA

Black with #61BCAA

Text Example


Text Example

White with #61BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,188,170); }

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

background-color css

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

 a { background-color: rgb(97,188,170); }

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

border-color css

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

 span { border-color: rgb(97,188,170); }

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