Html Css Color HEX #41BEB2 Puerto Rico

📋 copy color: '#41BEB2'

red 65 ◦ green 190 ◦ blue 178

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

Shades of Puerto Rico #41BEB2

Tints of Puerto Rico #41BEB2

RGB

 RED value IS 65 (25.78% from 255) = 15.01%

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

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

R = 15.01%
G = 43.88%
B = 41.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#41BEB2 (or 0x41BEB2) is known color: Puerto Rico. HEX triplet: 41, BE and B2. RGB value is (65,190,178). Sum of RGB (Red+Green+Blue) = 65+190+178=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEB2 is #BE414D. Grayscale: #979797. Windows color (decimal): -12468558 or 11714113. OLE color: 11714113.

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

Color convert

RGB 65 190 178 -
CMYK 0.66 0 0.06 0.25
HSL 174.24º 0.49% 0.5% -
HSV(B) 174.24º 0.66% 0.75% -
XYZ 28.63 41.17 48.56 -
YUV 151.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 65 190 178 0.66 0 0.06 0.25 174.24 0.49 0.5
Hex 41 BE B2 42 0 6 19 AE 31 32
Octal 101 276 262 102 0 6 31 256 61 62
Binary 1000001 10111110 10110010 1000010 0 110 11001 10101110 110001 110010

Color Harmonies of #41BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BEB2

Black with #41BEB2

Text Example


Text Example

White with #41BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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