#38B6C9

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

Shades of Viking #38B6C9

Tints of Viking #38B6C9

Color information

#38B6C9 (or 0x38B6C9) is unknown color: approx Viking. HEX triplet: 38, B6 and C9. RGB value is (56,182,201). Sum of RGB (Red+Green+Blue) = 56+182+201=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #38B6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B6C9 is #C74936. Grayscale: #929292. Windows color (decimal): -13060407 or 13219384. OLE color: 13219384.

HSL color Cylindrical-coordinate representation of color #38B6C9: hue angle of 187.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38B6C9 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56182201-
CMYK0.720.0900.21
HSL187.86º57.31%50.39%-
HSV(B)187.86º72.14%78.82%-
XYZ28.938.5161.17-
YUV146.49158.7663.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.76%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 201 (78.91% from 255) = 45.79%
R=12.76%
G=41.46%
B=45.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561822010.720.0900.21187.8657.3150.39
Hex38B6C9489015bc3932
Octal70266311110110252747162
Binary11100010110110110010011001000100101010110111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B6C9; }

 p { color: rgb(56,182,201); }

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

<style>
 a { background-color: #38B6C9; }

 a { background-color: rgb(56,182,201); }

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

<style>
 span { border-color: #38B6C9; }

 span { border-color: rgb(56,182,201); }

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