Html Css Color HEX #61B8A9 Puerto Rico

📋 copy color: '#61B8A9'

red 97 ◦ green 184 ◦ blue 169

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

Shades of Puerto Rico #61B8A9

Tints of Puerto Rico #61B8A9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

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

R = 21.56%
G = 40.89%
B = 37.56%

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

#61B8A9 (or 0x61B8A9) is known color: Puerto Rico. HEX triplet: 61, B8 and A9. RGB value is (97,184,169). Sum of RGB (Red+Green+Blue) = 97+184+169=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8A9 is #9E4756. Grayscale: #9C9C9C. Windows color (decimal): -10372951 or 11122785. OLE color: 11122785.

HSL color Cylindrical-coordinate representation of color #61B8A9: hue angle of 169.66º degrees, saturation: 0.38, 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 #61B8A9 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 184 169 -
CMYK 0.47 0 0.08 0.28
HSL 169.66º 0.38% 0.55% -
HSV(B) 169.66º 0.47% 0.72% -
XYZ 29.23 39.69 43.66 -
YUV 156.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 97 184 169 0.47 0 0.08 0.28 169.66 0.38 0.55
Hex 61 B8 A9 2F 0 8 1C AA 26 37
Octal 141 270 251 57 0 10 34 252 46 67
Binary 1100001 10111000 10101001 101111 0 1000 11100 10101010 100110 110111

Color Harmonies of #61B8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8A9

Black with #61B8A9

Text Example


Text Example

White with #61B8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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