#43BBCA

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

Shades of Viking #43BBCA

Tints of Viking #43BBCA

Color information

#43BBCA (or 0x43BBCA) is unknown color: approx Viking. HEX triplet: 43, BB and CA. RGB value is (67,187,202). Sum of RGB (Red+Green+Blue) = 67+187+202=456 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.69% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #43BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BBCA is #BC4435. Grayscale: #989898. Windows color (decimal): -12338230 or 13286211. OLE color: 13286211.

HSL color Cylindrical-coordinate representation of color #43BBCA: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BBCA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB67187202-
CMYK0.670.0700.21
HSL186.67º56.02%52.75%-
HSV(B)186.67º66.83%79.22%-
XYZ30.754162.17-
YUV152.83155.7466.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.69%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=14.69%
G=41.01%
B=44.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671872020.670.0700.21186.6756.0252.75
Hex43BBCA437015bb3835
Octal10327331210370252737065
Binary10000111011101111001010100001111101010110111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,187,202); }

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

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

 a { background-color: rgb(67,187,202); }

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

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

 span { border-color: rgb(67,187,202); }

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