Html Css Color HEX #61BAAC Puerto Rico

📋 copy color: '#61BAAC'

red 97 ◦ green 186 ◦ blue 172

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

Shades of Puerto Rico #61BAAC

Tints of Puerto Rico #61BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

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

R = 21.32%
G = 40.88%
B = 37.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#61BAAC (or 0x61BAAC) is known color: Puerto Rico. HEX triplet: 61, BA and AC. RGB value is (97,186,172). Sum of RGB (Red+Green+Blue) = 97+186+172=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAAC is #9E4553. Grayscale: #9D9D9D. Windows color (decimal): -10372436 or 11319905. OLE color: 11319905.

HSL color Cylindrical-coordinate representation of color #61BAAC: hue angle of 170.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAAC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 186 172 -
CMYK 0.48 0 0.08 0.27
HSL 170.56º 0.39% 0.55% -
HSV(B) 170.56º 0.48% 0.73% -
XYZ 29.94 40.64 45.3 -
YUV 157.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 97 186 172 0.48 0 0.08 0.27 170.56 0.39 0.55
Hex 61 BA AC 30 0 8 1B AB 27 37
Octal 141 272 254 60 0 10 33 253 47 67
Binary 1100001 10111010 10101100 110000 0 1000 11011 10101011 100111 110111

Color Harmonies of #61BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAAC

Black with #61BAAC

Text Example


Text Example

White with #61BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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