Html Css Color HEX #61BDAF Puerto Rico

📋 copy color: '#61BDAF'

red 97 ◦ green 189 ◦ blue 175

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

Shades of Puerto Rico #61BDAF

Tints of Puerto Rico #61BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 21.04%
G = 41%
B = 37.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#61BDAF (or 0x61BDAF) is known color: Puerto Rico. HEX triplet: 61, BD and AF. RGB value is (97,189,175). Sum of RGB (Red+Green+Blue) = 97+189+175=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDAF is #9E4250. Grayscale: #9F9F9F. Windows color (decimal): -10371665 or 11517281. OLE color: 11517281.

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

Color convert

RGB 97 189 175 -
CMYK 0.49 0 0.07 0.26
HSL 170.87º 0.41% 0.56% -
HSV(B) 170.87º 0.49% 0.74% -
XYZ 30.87 42.03 47.04 -
YUV 159.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 97 189 175 0.49 0 0.07 0.26 170.87 0.41 0.56
Hex 61 BD AF 31 0 7 1A AB 29 38
Octal 141 275 257 61 0 7 32 253 51 70
Binary 1100001 10111101 10101111 110001 0 111 11010 10101011 101001 111000

Color Harmonies of #61BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDAF

Black with #61BDAF

Text Example


Text Example

White with #61BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,175); }

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

background-color css

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

 a { background-color: rgb(97,189,175); }

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

border-color css

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

 span { border-color: rgb(97,189,175); }

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