Html Css Color HEX #41BBAD Puerto Rico

📋 copy color: '#41BBAD'

red 65 ◦ green 187 ◦ blue 173

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

Shades of Puerto Rico #41BBAD

Tints of Puerto Rico #41BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 15.29%
G = 44%
B = 40.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#41BBAD (or 0x41BBAD) is known color: Puerto Rico. HEX triplet: 41, BB and AD. RGB value is (65,187,173). Sum of RGB (Red+Green+Blue) = 65+187+173=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #41BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BBAD is #BE4452. Grayscale: #949494. Windows color (decimal): -12469331 or 11385665. OLE color: 11385665.

HSL color Cylindrical-coordinate representation of color #41BBAD: hue angle of 173.11º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BBAD is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 187 173 -
CMYK 0.65 0 0.07 0.27
HSL 173.11º 0.48% 0.49% -
HSV(B) 173.11º 0.65% 0.73% -
XYZ 27.49 39.68 45.75 -
YUV 148.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 65 187 173 0.65 0 0.07 0.27 173.11 0.48 0.49
Hex 41 BB AD 41 0 7 1B AD 30 31
Octal 101 273 255 101 0 7 33 255 60 61
Binary 1000001 10111011 10101101 1000001 0 111 11011 10101101 110000 110001

Color Harmonies of #41BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BBAD

Black with #41BBAD

Text Example


Text Example

White with #41BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,187,173); }

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

background-color css

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

 a { background-color: rgb(65,187,173); }

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

border-color css

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

 span { border-color: rgb(65,187,173); }

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