Html Css Color HEX #4BC0B1 Puerto Rico

📋 copy color: '#4BC0B1'

red 75 ◦ green 192 ◦ blue 177

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

Shades of Puerto Rico #4BC0B1

Tints of Puerto Rico #4BC0B1

RGB

 RED value IS 75 (29.69% from 255) = 16.89%

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

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

R = 16.89%
G = 43.24%
B = 39.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#4BC0B1 (or 0x4BC0B1) is known color: Puerto Rico. HEX triplet: 4B, C0 and B1. RGB value is (75,192,177). Sum of RGB (Red+Green+Blue) = 75+192+177=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC0B1 is #B43F4E. Grayscale: #9B9B9B. Windows color (decimal): -11812687 or 11649099. OLE color: 11649099.

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

Color convert

RGB 75 192 177 -
CMYK 0.61 0 0.08 0.25
HSL 172.31º 0.48% 0.52% -
HSV(B) 172.31º 0.61% 0.75% -
XYZ 29.69 42.37 48.21 -
YUV 155.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 75 192 177 0.61 0 0.08 0.25 172.31 0.48 0.52
Hex 4B C0 B1 3D 0 8 19 AC 30 34
Octal 113 300 261 75 0 10 31 254 60 64
Binary 1001011 11000000 10110001 111101 0 1000 11001 10101100 110000 110100

Color Harmonies of #4BC0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC0B1

Black with #4BC0B1

Text Example


Text Example

White with #4BC0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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