Html Css Color HEX #61BDAB Puerto Rico

📋 copy color: '#61BDAB'

red 97 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #61BDAB

Tints of Puerto Rico #61BDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 21.23%
G = 41.36%
B = 37.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#61BDAB (or 0x61BDAB) is known color: Puerto Rico. HEX triplet: 61, BD and AB. RGB value is (97,189,171). Sum of RGB (Red+Green+Blue) = 97+189+171=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDAB is #9E4254. Grayscale: #9F9F9F. Windows color (decimal): -10371669 or 11255137. OLE color: 11255137.

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

Color convert

RGB 97 189 171 -
CMYK 0.49 0 0.10 0.26
HSL 168.26º 0.41% 0.56% -
HSV(B) 168.26º 0.49% 0.74% -
XYZ 30.48 41.88 45 -
YUV 159.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 97 189 171 0.49 0 0.10 0.26 168.26 0.41 0.56
Hex 61 BD AB 31 0 A 1A A8 29 38
Octal 141 275 253 61 0 12 32 250 51 70
Binary 1100001 10111101 10101011 110001 0 1010 11010 10101000 101001 111000

Color Harmonies of #61BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDAB

Black with #61BDAB

Text Example


Text Example

White with #61BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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