Html Css Color HEX #61BDAC Puerto Rico

📋 copy color: '#61BDAC'

red 97 ◦ green 189 ◦ blue 172

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

Shades of Puerto Rico #61BDAC

Tints of Puerto Rico #61BDAC

RGB

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

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

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

R = 21.18%
G = 41.27%
B = 37.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#61BDAC (or 0x61BDAC) is known color: Puerto Rico. HEX triplet: 61, BD and AC. RGB value is (97,189,172). Sum of RGB (Red+Green+Blue) = 97+189+172=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDAC is #9E4253. Grayscale: #9F9F9F. Windows color (decimal): -10371668 or 11320673. OLE color: 11320673.

HSL color Cylindrical-coordinate representation of color #61BDAC: hue angle of 168.91º 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 #61BDAC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 172 -
CMYK 0.49 0 0.09 0.26
HSL 168.91º 0.41% 0.56% -
HSV(B) 168.91º 0.49% 0.74% -
XYZ 30.57 41.92 45.51 -
YUV 159.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 97 189 172 0.49 0 0.09 0.26 168.91 0.41 0.56
Hex 61 BD AC 31 0 9 1A A9 29 38
Octal 141 275 254 61 0 11 32 251 51 70
Binary 1100001 10111101 10101100 110001 0 1001 11010 10101001 101001 111000

Color Harmonies of #61BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDAC

Black with #61BDAC

Text Example


Text Example

White with #61BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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