#4bc2d2

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

Shades of Viking #4BC2D2

Tints of Viking #4BC2D2

Color information

#4BC2D2 (or 0x4BC2D2) is unknown color: approx Viking. HEX triplet: 4B, C2 and D2. RGB value is (75,194,210). Sum of RGB (Red+Green+Blue) = 75+194+210=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #4BC2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC2D2 is #B43D2D. Grayscale: #A0A0A0. Windows color (decimal): -11812142 or 13812299. OLE color: 13812299.

HSL color Cylindrical-coordinate representation of color #4BC2D2: hue angle of 187.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC2D2 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB75194210-
CMYK0.640.0800.18
HSL187.11º60%55.88%-
HSV(B)187.11º64.29%82.35%-
XYZ33.8344.7367.82-
YUV160.24156.0867.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.66%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 210 (82.42% from 255) = 43.84%
R=15.66%
G=40.50%
B=43.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal751942100.640.0800.18187.116055.88
Hex4BC2D2408012bb3c38
Octal113302322100100222737470
Binary100101111000010110100101000000100001001010111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bc2d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,210); }

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

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

 a { background-color: rgb(75,194,210); }

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

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

 span { border-color: rgb(75,194,210); }

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