Html Css Color HEX #41BEAE Puerto Rico

📋 copy color: '#41BEAE'

red 65 ◦ green 190 ◦ blue 174

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

Shades of Puerto Rico #41BEAE

Tints of Puerto Rico #41BEAE

RGB

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

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

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

R = 15.15%
G = 44.29%
B = 40.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#41BEAE (or 0x41BEAE) is known color: Puerto Rico. HEX triplet: 41, BE and AE. RGB value is (65,190,174). Sum of RGB (Red+Green+Blue) = 65+190+174=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEAE is #BE4151. Grayscale: #969696. Windows color (decimal): -12468562 or 11451969. OLE color: 11451969.

HSL color Cylindrical-coordinate representation of color #41BEAE: hue angle of 172.32º 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 #41BEAE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 174 -
CMYK 0.66 0 0.08 0.25
HSL 172.32º 0.49% 0.5% -
HSV(B) 172.32º 0.66% 0.75% -
XYZ 28.23 41.01 46.47 -
YUV 150.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 65 190 174 0.66 0 0.08 0.25 172.32 0.49 0.5
Hex 41 BE AE 42 0 8 19 AC 31 32
Octal 101 276 256 102 0 10 31 254 61 62
Binary 1000001 10111110 10101110 1000010 0 1000 11001 10101100 110001 110010

Color Harmonies of #41BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BEAE

Black with #41BEAE

Text Example


Text Example

White with #41BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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