Html Css Color HEX #41BDA5 Puerto Rico

📋 copy color: '#41BDA5'

red 65 ◦ green 189 ◦ blue 165

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

Shades of Puerto Rico #41BDA5

Tints of Puerto Rico #41BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 15.51%
G = 45.11%
B = 39.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#41BDA5 (or 0x41BDA5) is known color: Puerto Rico. HEX triplet: 41, BD and A5. RGB value is (65,189,165). Sum of RGB (Red+Green+Blue) = 65+189+165=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BDA5 is #BE425A. Grayscale: #959595. Windows color (decimal): -12468827 or 10861889. OLE color: 10861889.

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

Color convert

RGB 65 189 165 -
CMYK 0.66 0 0.13 0.26
HSL 168.39º 0.49% 0.5% -
HSV(B) 168.39º 0.66% 0.74% -
XYZ 27.17 40.24 41.93 -
YUV 149.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 65 189 165 0.66 0 0.13 0.26 168.39 0.49 0.5
Hex 41 BD A5 42 0 D 1A A8 31 32
Octal 101 275 245 102 0 15 32 250 61 62
Binary 1000001 10111101 10100101 1000010 0 1101 11010 10101000 110001 110010

Color Harmonies of #41BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BDA5

Black with #41BDA5

Text Example


Text Example

White with #41BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,189,165); }

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

background-color css

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

 a { background-color: rgb(65,189,165); }

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

border-color css

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

 span { border-color: rgb(65,189,165); }

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