Html Css Color HEX #4BCFB0 Puerto Rico

📋 copy color: '#4BCFB0'

red 75 ◦ green 207 ◦ blue 176

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

Shades of Puerto Rico #4BCFB0

Tints of Puerto Rico #4BCFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.2%

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

R = 16.38%
G = 45.2%
B = 38.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#4BCFB0 (or 0x4BCFB0) is known color: Puerto Rico. HEX triplet: 4B, CF and B0. RGB value is (75,207,176). Sum of RGB (Red+Green+Blue) = 75+207+176=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCFB0 is #B4304F. Grayscale: #A3A3A3. Windows color (decimal): -11808848 or 11587403. OLE color: 11587403.

HSL color Cylindrical-coordinate representation of color #4BCFB0: hue angle of 165.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFB0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 176 -
CMYK 0.64 0 0.15 0.19
HSL 165.91º 0.58% 0.55% -
HSV(B) 165.91º 0.64% 0.81% -
XYZ 33.05 49.26 48.84 -
YUV 164 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 75 207 176 0.64 0 0.15 0.19 165.91 0.58 0.55
Hex 4B CF B0 40 0 F 13 A6 3A 37
Octal 113 317 260 100 0 17 23 246 72 67
Binary 1001011 11001111 10110000 1000000 0 1111 10011 10100110 111010 110111

Color Harmonies of #4BCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFB0

Black with #4BCFB0

Text Example


Text Example

White with #4BCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,176); }

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

background-color css

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

 a { background-color: rgb(75,207,176); }

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

border-color css

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

 span { border-color: rgb(75,207,176); }

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