Html Css Color HEX #41BCAB Puerto Rico

📋 copy color: '#41BCAB'

red 65 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #41BCAB

Tints of Puerto Rico #41BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 15.33%
G = 44.34%
B = 40.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#41BCAB (or 0x41BCAB) is known color: Puerto Rico. HEX triplet: 41, BC and AB. RGB value is (65,188,171). Sum of RGB (Red+Green+Blue) = 65+188+171=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCAB is #BE4354. Grayscale: #959595. Windows color (decimal): -12469077 or 11254849. OLE color: 11254849.

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

Color convert

RGB 65 188 171 -
CMYK 0.65 0 0.09 0.26
HSL 171.71º 0.49% 0.5% -
HSV(B) 171.71º 0.65% 0.74% -
XYZ 27.51 40.03 44.8 -
YUV 149.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 65 188 171 0.65 0 0.09 0.26 171.71 0.49 0.5
Hex 41 BC AB 41 0 9 1A AC 31 32
Octal 101 274 253 101 0 11 32 254 61 62
Binary 1000001 10111100 10101011 1000001 0 1001 11010 10101100 110001 110010

Color Harmonies of #41BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCAB

Black with #41BCAB

Text Example


Text Example

White with #41BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,171); }

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

background-color css

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

 a { background-color: rgb(65,188,171); }

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

border-color css

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

 span { border-color: rgb(65,188,171); }

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