Html Css Color HEX #41BCAF Puerto Rico

📋 copy color: '#41BCAF'

red 65 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #41BCAF

Tints of Puerto Rico #41BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 15.19%
G = 43.93%
B = 40.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#41BCAF (or 0x41BCAF) is known color: Puerto Rico. HEX triplet: 41, BC and AF. RGB value is (65,188,175). Sum of RGB (Red+Green+Blue) = 65+188+175=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCAF is #BE4350. Grayscale: #959595. Windows color (decimal): -12469073 or 11516993. OLE color: 11516993.

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

Color convert

RGB 65 188 175 -
CMYK 0.65 0 0.07 0.26
HSL 173.66º 0.49% 0.5% -
HSV(B) 173.66º 0.65% 0.74% -
XYZ 27.9 40.19 46.84 -
YUV 149.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 65 188 175 0.65 0 0.07 0.26 173.66 0.49 0.5
Hex 41 BC AF 41 0 7 1A AE 31 32
Octal 101 274 257 101 0 7 32 256 61 62
Binary 1000001 10111100 10101111 1000001 0 111 11010 10101110 110001 110010

Color Harmonies of #41BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCAF

Black with #41BCAF

Text Example


Text Example

White with #41BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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