Html Css Color HEX #41BDA4 Puerto Rico

📋 copy color: '#41BDA4'

red 65 ◦ green 189 ◦ blue 164

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

Shades of Puerto Rico #41BDA4

Tints of Puerto Rico #41BDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 15.55%
G = 45.22%
B = 39.23%

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

#41BDA4 (or 0x41BDA4) is known color: Puerto Rico. HEX triplet: 41, BD and A4. RGB value is (65,189,164). Sum of RGB (Red+Green+Blue) = 65+189+164=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BDA4 is #BE425B. Grayscale: #959595. Windows color (decimal): -12468828 or 10796353. OLE color: 10796353.

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

Color convert

RGB 65 189 164 -
CMYK 0.66 0 0.13 0.26
HSL 167.9º 0.49% 0.5% -
HSV(B) 167.9º 0.66% 0.74% -
XYZ 27.08 40.2 41.45 -
YUV 149.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 65 189 164 0.66 0 0.13 0.26 167.9 0.49 0.5
Hex 41 BD A4 42 0 D 1A A8 31 32
Octal 101 275 244 102 0 15 32 250 61 62
Binary 1000001 10111101 10100100 1000010 0 1101 11010 10101000 110001 110010

Color Harmonies of #41BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BDA4

Black with #41BDA4

Text Example


Text Example

White with #41BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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