Html Css Color HEX #4BC0A3 Puerto Rico

📋 copy color: '#4BC0A3'

red 75 ◦ green 192 ◦ blue 163

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

Shades of Puerto Rico #4BC0A3

Tints of Puerto Rico #4BC0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 17.44%
G = 44.65%
B = 37.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#4BC0A3 (or 0x4BC0A3) is known color: Puerto Rico. HEX triplet: 4B, C0 and A3. RGB value is (75,192,163). Sum of RGB (Red+Green+Blue) = 75+192+163=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC0A3 is #B43F5C. Grayscale: #999999. Windows color (decimal): -11812701 or 10731595. OLE color: 10731595.

HSL color Cylindrical-coordinate representation of color #4BC0A3: hue angle of 165.13º 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 #4BC0A3 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 163 -
CMYK 0.61 0 0.15 0.25
HSL 165.13º 0.48% 0.52% -
HSV(B) 165.13º 0.61% 0.75% -
XYZ 28.36 41.84 41.23 -
YUV 153.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 75 192 163 0.61 0 0.15 0.25 165.13 0.48 0.52
Hex 4B C0 A3 3D 0 F 19 A5 30 34
Octal 113 300 243 75 0 17 31 245 60 64
Binary 1001011 11000000 10100011 111101 0 1111 11001 10100101 110000 110100

Color Harmonies of #4BC0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC0A3

Black with #4BC0A3

Text Example


Text Example

White with #4BC0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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