#43BCB8

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

Shades of Viking #43BCB8

Tints of Viking #43BCB8

Color information

#43BCB8 (or 0x43BCB8) is unknown color: approx Viking. HEX triplet: 43, BC and B8. RGB value is (67,188,184). Sum of RGB (Red+Green+Blue) = 67+188+184=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCB8 is #BC4347. Grayscale: #979797. Windows color (decimal): -12337992 or 12106819. OLE color: 12106819.

HSL color Cylindrical-coordinate representation of color #43BCB8: hue angle of 178.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BCB8 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB67188184-
CMYK0.6400.020.26
HSL178.02º47.45%50%-
HSV(B)178.02º64.36%73.73%-
XYZ28.9540.6251.66-
YUV151.36146.4167.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.26%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=15.26%
G=42.82%
B=41.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671881840.6400.020.26178.0247.4550
Hex43BCB840021Ab22f32
Octal10327427010002322625762
Binary1000011101111001011100010000000101101010110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43BCB8; }

 p { color: rgb(67,188,184); }

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

<style>
 a { background-color: #43BCB8; }

 a { background-color: rgb(67,188,184); }

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

<style>
 span { border-color: #43BCB8; }

 span { border-color: rgb(67,188,184); }

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