#4BBCBB

Color #4BBCBB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4BBCBB

Tints of Viking #4BBCBB

Color information

#4BBCBB (or 0x4BBCBB) is unknown color: approx Viking. HEX triplet: 4B, BC and BB. RGB value is (75,188,187). Sum of RGB (Red+Green+Blue) = 75+188+187=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCBB is #B44344. Grayscale: #999999. Windows color (decimal): -11813701 or 12303435. OLE color: 12303435.

HSL color Cylindrical-coordinate representation of color #4BBCBB: hue angle of 179.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBCBB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB75188187-
CMYK0.6000.010.26
HSL179.47º45.75%51.57%-
HSV(B)179.47º60.11%73.73%-
XYZ29.8541.0553.36-
YUV154.1146.5671.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.67%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=16.67%
G=41.78%
B=41.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751881870.6000.010.26179.4745.7551.57
Hex4BBCBB3C011Ab32e34
Octal1132742737401322635664
Binary10010111011110010111011111100011101010110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,187); }

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

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

 a { background-color: rgb(75,188,187); }

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

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

 span { border-color: rgb(75,188,187); }

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