Html Css Color HEX #61B7A9 Puerto Rico

📋 copy color: '#61B7A9'

red 97 ◦ green 183 ◦ blue 169

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

Shades of Puerto Rico #61B7A9

Tints of Puerto Rico #61B7A9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 21.6%
G = 40.76%
B = 37.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#61B7A9 (or 0x61B7A9) is known color: Puerto Rico. HEX triplet: 61, B7 and A9. RGB value is (97,183,169). Sum of RGB (Red+Green+Blue) = 97+183+169=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #61B7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B7A9 is #9E4856. Grayscale: #9B9B9B. Windows color (decimal): -10373207 or 11122529. OLE color: 11122529.

HSL color Cylindrical-coordinate representation of color #61B7A9: hue angle of 170.23º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B7A9 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 183 169 -
CMYK 0.47 0 0.08 0.28
HSL 170.23º 0.37% 0.55% -
HSV(B) 170.23º 0.47% 0.72% -
XYZ 29.02 39.27 43.59 -
YUV 155.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 97 183 169 0.47 0 0.08 0.28 170.23 0.37 0.55
Hex 61 B7 A9 2F 0 8 1C AA 25 37
Octal 141 267 251 57 0 10 34 252 45 67
Binary 1100001 10110111 10101001 101111 0 1000 11100 10101010 100101 110111

Color Harmonies of #61B7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B7A9

Black with #61B7A9

Text Example


Text Example

White with #61B7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,183,169); }

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

background-color css

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

 a { background-color: rgb(97,183,169); }

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

border-color css

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

 span { border-color: rgb(97,183,169); }

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