Html Css Color HEX #4FCDB0 Puerto Rico

📋 copy color: '#4FCDB0'

red 79 ◦ green 205 ◦ blue 176

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

Shades of Puerto Rico #4FCDB0

Tints of Puerto Rico #4FCDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 17.17%
G = 44.57%
B = 38.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#4FCDB0 (or 0x4FCDB0) is known color: Puerto Rico. HEX triplet: 4F, CD and B0. RGB value is (79,205,176). Sum of RGB (Red+Green+Blue) = 79+205+176=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCDB0 is #B0324F. Grayscale: #A4A4A4. Windows color (decimal): -11547216 or 11586895. OLE color: 11586895.

HSL color Cylindrical-coordinate representation of color #4FCDB0: hue angle of 166.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDB0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 205 176 -
CMYK 0.61 0 0.14 0.20
HSL 166.19º 0.56% 0.56% -
HSV(B) 166.19º 0.61% 0.8% -
XYZ 32.89 48.46 48.69 -
YUV 164.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 79 205 176 0.61 0 0.14 0.20 166.19 0.56 0.56
Hex 4F CD B0 3D 0 E 14 A6 38 38
Octal 117 315 260 75 0 16 24 246 70 70
Binary 1001111 11001101 10110000 111101 0 1110 10100 10100110 111000 111000

Color Harmonies of #4FCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCDB0

Black with #4FCDB0

Text Example


Text Example

White with #4FCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,205,176); }

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

background-color css

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

 a { background-color: rgb(79,205,176); }

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

border-color css

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

 span { border-color: rgb(79,205,176); }

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