#3FBDB0

Color #3FBDB0 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #3FBDB0

Tints of Puerto Rico #3FBDB0

Color information

#3FBDB0 (or 0x3FBDB0) is unknown color: approx Puerto Rico. HEX triplet: 3F, BD and B0. RGB value is (63,189,176). Sum of RGB (Red+Green+Blue) = 63+189+176=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBDB0 is #C0424F. Grayscale: #959595. Windows color (decimal): -12599888 or 11582783. OLE color: 11582783.

HSL color Cylindrical-coordinate representation of color #3FBDB0: hue angle of 173.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBDB0 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB63189176-
CMYK0.6700.070.26
HSL173.81º50%49.41%-
HSV(B)173.81º66.67%74.12%-
XYZ28.0840.5947.43-
YUV149.84142.7666.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.72%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=14.72%
G=44.16%
B=41.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631891760.6700.070.26173.815049.41
Hex3FBDB043071Aae3231
Octal7727526010307322566261
Binary1111111011110110110000100001101111101010101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FBDB0; }

 p { color: rgb(63,189,176); }

 H1.HeaderClassName
 {
   color: #3FBDB0;
 }
 .AnyTagClassName
 {
   color: #3FBDB0;
 }
</style>
background-color css

<style>
 a { background-color: #3FBDB0; }

 a { background-color: rgb(63,189,176); }

 div.DivClassName
 {
   background-color: #3FBDB0;
 }
 .BgClassName
 {
   background-color: #3FBDB0;
 }
</style>
border-color css

<style>
 span { border-color: #3FBDB0; }

 span { border-color: rgb(63,189,176); }

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