Html Css Color HEX #41BCAD Puerto Rico

📋 copy color: '#41BCAD'

red 65 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #41BCAD

Tints of Puerto Rico #41BCAD

RGB

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

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

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

R = 15.26%
G = 44.13%
B = 40.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#41BCAD (or 0x41BCAD) is known color: Puerto Rico. HEX triplet: 41, BC and AD. RGB value is (65,188,173). Sum of RGB (Red+Green+Blue) = 65+188+173=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCAD is #BE4352. Grayscale: #959595. Windows color (decimal): -12469075 or 11385921. OLE color: 11385921.

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

Color convert

RGB 65 188 173 -
CMYK 0.65 0 0.08 0.26
HSL 172.68º 0.49% 0.5% -
HSV(B) 172.68º 0.65% 0.74% -
XYZ 27.71 40.11 45.82 -
YUV 149.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 65 188 173 0.65 0 0.08 0.26 172.68 0.49 0.5
Hex 41 BC AD 41 0 8 1A AD 31 32
Octal 101 274 255 101 0 10 32 255 61 62
Binary 1000001 10111100 10101101 1000001 0 1000 11010 10101101 110001 110010

Color Harmonies of #41BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCAD

Black with #41BCAD

Text Example


Text Example

White with #41BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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