Html Css Color HEX #41BCA8 Puerto Rico

📋 copy color: '#41BCA8'

red 65 ◦ green 188 ◦ blue 168

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

Shades of Puerto Rico #41BCA8

Tints of Puerto Rico #41BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 15.44%
G = 44.66%
B = 39.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#41BCA8 (or 0x41BCA8) is known color: Puerto Rico. HEX triplet: 41, BC and A8. RGB value is (65,188,168). Sum of RGB (Red+Green+Blue) = 65+188+168=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BCA8 is #BE4357. Grayscale: #949494. Windows color (decimal): -12469080 or 11058241. OLE color: 11058241.

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

Color convert

RGB 65 188 168 -
CMYK 0.65 0 0.11 0.26
HSL 170.24º 0.49% 0.5% -
HSV(B) 170.24º 0.65% 0.74% -
XYZ 27.23 39.92 43.32 -
YUV 148.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 65 188 168 0.65 0 0.11 0.26 170.24 0.49 0.5
Hex 41 BC A8 41 0 B 1A AA 31 32
Octal 101 274 250 101 0 13 32 252 61 62
Binary 1000001 10111100 10101000 1000001 0 1011 11010 10101010 110001 110010

Color Harmonies of #41BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCA8

Black with #41BCA8

Text Example


Text Example

White with #41BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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