Html Css Color HEX #61C2B4 Puerto Rico

📋 copy color: '#61C2B4'

red 97 ◦ green 194 ◦ blue 180

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

Shades of Puerto Rico #61C2B4

Tints of Puerto Rico #61C2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.19%

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 20.59%
G = 41.19%
B = 38.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#61C2B4 (or 0x61C2B4) is known color: Puerto Rico. HEX triplet: 61, C2 and B4. RGB value is (97,194,180). Sum of RGB (Red+Green+Blue) = 97+194+180=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2B4 is #9E3D4B. Grayscale: #A3A3A3. Windows color (decimal): -10370380 or 11846241. OLE color: 11846241.

HSL color Cylindrical-coordinate representation of color #61C2B4: hue angle of 171.34º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C2B4 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 180 -
CMYK 0.50 0 0.07 0.24
HSL 171.34º 0.44% 0.57% -
HSV(B) 171.34º 0.5% 0.76% -
XYZ 32.46 44.42 50.04 -
YUV 163.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 97 194 180 0.50 0 0.07 0.24 171.34 0.44 0.57
Hex 61 C2 B4 32 0 7 18 AB 2C 39
Octal 141 302 264 62 0 7 30 253 54 71
Binary 1100001 11000010 10110100 110010 0 111 11000 10101011 101100 111001

Color Harmonies of #61C2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2B4

Black with #61C2B4

Text Example


Text Example

White with #61C2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,180); }

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

background-color css

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

 a { background-color: rgb(97,194,180); }

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

border-color css

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

 span { border-color: rgb(97,194,180); }

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