Html Css Color HEX #41BCB0 Puerto Rico

📋 copy color: '#41BCB0'

red 65 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #41BCB0

Tints of Puerto Rico #41BCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 15.15%
G = 43.82%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#41BCB0 (or 0x41BCB0) is known color: Puerto Rico. HEX triplet: 41, BC and B0. RGB value is (65,188,176). Sum of RGB (Red+Green+Blue) = 65+188+176=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCB0 is #BE434F. Grayscale: #959595. Windows color (decimal): -12469072 or 11582529. OLE color: 11582529.

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

Color convert

RGB 65 188 176 -
CMYK 0.65 0 0.06 0.26
HSL 174.15º 0.49% 0.5% -
HSV(B) 174.15º 0.65% 0.74% -
XYZ 28 40.22 47.36 -
YUV 149.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 65 188 176 0.65 0 0.06 0.26 174.15 0.49 0.5
Hex 41 BC B0 41 0 6 1A AE 31 32
Octal 101 274 260 101 0 6 32 256 61 62
Binary 1000001 10111100 10110000 1000001 0 110 11010 10101110 110001 110010

Color Harmonies of #41BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCB0

Black with #41BCB0

Text Example


Text Example

White with #41BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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