#38B8BE

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

Shades of Viking #38B8BE

Tints of Viking #38B8BE

Color information

#38B8BE (or 0x38B8BE) is unknown color: approx Viking. HEX triplet: 38, B8 and BE. RGB value is (56,184,190). Sum of RGB (Red+Green+Blue) = 56+184+190=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #38B8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B8BE is #C74741. Grayscale: #929292. Windows color (decimal): -13059906 or 12499000. OLE color: 12499000.

HSL color Cylindrical-coordinate representation of color #38B8BE: hue angle of 182.69º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38B8BE is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56184190-
CMYK0.710.0300.25
HSL182.69º54.47%48.24%-
HSV(B)182.69º70.53%74.51%-
XYZ28.0738.8454.73-
YUV146.41152.5963.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.02%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=13.02%
G=42.79%
B=44.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561841900.710.0300.25182.6954.4748.24
Hex38B8BE473019b73630
Octal7027027610730312676660
Binary111000101110001011111010001111101100110110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,184,190); }

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

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

 a { background-color: rgb(56,184,190); }

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

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

 span { border-color: rgb(56,184,190); }

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