Html Css Color HEX #4FBCB4 Puerto Rico

📋 copy color: '#4FBCB4'

red 79 ◦ green 188 ◦ blue 180

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

Shades of Puerto Rico #4FBCB4

Tints of Puerto Rico #4FBCB4

RGB

 RED value IS 79 (31.25% from 255) = 17.67%

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 17.67%
G = 42.06%
B = 40.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#4FBCB4 (or 0x4FBCB4) is known color: Puerto Rico. HEX triplet: 4F, BC and B4. RGB value is (79,188,180). Sum of RGB (Red+Green+Blue) = 79+188+180=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCB4 is #B0434B. Grayscale: #9A9A9A. Windows color (decimal): -11551564 or 11844687. OLE color: 11844687.

HSL color Cylindrical-coordinate representation of color #4FBCB4: hue angle of 175.6º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBCB4 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 188 180 -
CMYK 0.58 0 0.04 0.26
HSL 175.6º 0.45% 0.52% -
HSV(B) 175.6º 0.58% 0.74% -
XYZ 29.45 40.92 49.53 -
YUV 154.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 79 188 180 0.58 0 0.04 0.26 175.6 0.45 0.52
Hex 4F BC B4 3A 0 4 1A B0 2D 34
Octal 117 274 264 72 0 4 32 260 55 64
Binary 1001111 10111100 10110100 111010 0 100 11010 10110000 101101 110100

Color Harmonies of #4FBCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBCB4

Black with #4FBCB4

Text Example


Text Example

White with #4FBCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,188,180); }

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

background-color css

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

 a { background-color: rgb(79,188,180); }

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

border-color css

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

 span { border-color: rgb(79,188,180); }

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