Html Css Color HEX #61B9AE Puerto Rico

📋 copy color: '#61B9AE'

red 97 ◦ green 185 ◦ blue 174

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

Shades of Puerto Rico #61B9AE

Tints of Puerto Rico #61B9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 21.27%
G = 40.57%
B = 38.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#61B9AE (or 0x61B9AE) is known color: Puerto Rico. HEX triplet: 61, B9 and AE. RGB value is (97,185,174). Sum of RGB (Red+Green+Blue) = 97+185+174=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #61B9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B9AE is #9E4651. Grayscale: #9D9D9D. Windows color (decimal): -10372690 or 11450721. OLE color: 11450721.

HSL color Cylindrical-coordinate representation of color #61B9AE: hue angle of 172.5º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B9AE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 185 174 -
CMYK 0.48 0 0.06 0.27
HSL 172.5º 0.39% 0.55% -
HSV(B) 172.5º 0.48% 0.73% -
XYZ 29.92 40.3 46.25 -
YUV 157.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 97 185 174 0.48 0 0.06 0.27 172.5 0.39 0.55
Hex 61 B9 AE 30 0 6 1B AC 27 37
Octal 141 271 256 60 0 6 33 254 47 67
Binary 1100001 10111001 10101110 110000 0 110 11011 10101100 100111 110111

Color Harmonies of #61B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9AE

Black with #61B9AE

Text Example


Text Example

White with #61B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,174); }

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

background-color css

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

 a { background-color: rgb(97,185,174); }

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

border-color css

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

 span { border-color: rgb(97,185,174); }

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