Html Css Color HEX #61BEB2 Puerto Rico

📋 copy color: '#61BEB2'

red 97 ◦ green 190 ◦ blue 178

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

Shades of Puerto Rico #61BEB2

Tints of Puerto Rico #61BEB2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 20.86%
G = 40.86%
B = 38.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#61BEB2 (or 0x61BEB2) is known color: Puerto Rico. HEX triplet: 61, BE and B2. RGB value is (97,190,178). Sum of RGB (Red+Green+Blue) = 97+190+178=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEB2 is #9E414D. Grayscale: #A0A0A0. Windows color (decimal): -10371406 or 11714145. OLE color: 11714145.

HSL color Cylindrical-coordinate representation of color #61BEB2: hue angle of 172.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEB2 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 178 -
CMYK 0.49 0 0.06 0.25
HSL 172.26º 0.42% 0.56% -
HSV(B) 172.26º 0.49% 0.75% -
XYZ 31.38 42.58 48.68 -
YUV 160.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 97 190 178 0.49 0 0.06 0.25 172.26 0.42 0.56
Hex 61 BE B2 31 0 6 19 AC 2A 38
Octal 141 276 262 61 0 6 31 254 52 70
Binary 1100001 10111110 10110010 110001 0 110 11001 10101100 101010 111000

Color Harmonies of #61BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEB2

Black with #61BEB2

Text Example


Text Example

White with #61BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,190,178); }

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

background-color css

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

 a { background-color: rgb(97,190,178); }

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

border-color css

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

 span { border-color: rgb(97,190,178); }

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