Html Css Color HEX #4CC0B1 Puerto Rico

📋 copy color: '#4CC0B1'

red 76 ◦ green 192 ◦ blue 177

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

Shades of Puerto Rico #4CC0B1

Tints of Puerto Rico #4CC0B1

RGB

 RED value IS 76 (30.08% from 255) = 17.08%

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 17.08%
G = 43.15%
B = 39.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#4CC0B1 (or 0x4CC0B1) is known color: Puerto Rico. HEX triplet: 4C, C0 and B1. RGB value is (76,192,177). Sum of RGB (Red+Green+Blue) = 76+192+177=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0B1 is #B33F4E. Grayscale: #9B9B9B. Windows color (decimal): -11747151 or 11649100. OLE color: 11649100.

HSL color Cylindrical-coordinate representation of color #4CC0B1: hue angle of 172.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC0B1 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 177 -
CMYK 0.60 0 0.08 0.25
HSL 172.24º 0.48% 0.53% -
HSV(B) 172.24º 0.6% 0.75% -
XYZ 29.77 42.41 48.21 -
YUV 155.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 76 192 177 0.60 0 0.08 0.25 172.24 0.48 0.53
Hex 4C C0 B1 3C 0 8 19 AC 30 35
Octal 114 300 261 74 0 10 31 254 60 65
Binary 1001100 11000000 10110001 111100 0 1000 11001 10101100 110000 110101

Color Harmonies of #4CC0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0B1

Black with #4CC0B1

Text Example


Text Example

White with #4CC0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CC0B1; }

 p { color: rgb(76,192,177); }

 H1.HeaderClassName
 {
   color: #4CC0B1;
 }
 .AnyTagClassName
 {
   color: #4CC0B1;
 }
</style>

background-color css

<style>
 a { background-color: #4CC0B1; }

 a { background-color: rgb(76,192,177); }

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

border-color css

<style>
 span { border-color: #4CC0B1; }

 span { border-color: rgb(76,192,177); }

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