Html Css Color HEX #38ABC5 Viking

📋 copy color: '#38ABC5'

red 56 ◦ green 171 ◦ blue 197

#38ABC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #38ABC5

Tints of Viking #38ABC5

RGB

 RED value IS 56 (22.27% from 255) = 13.21%

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 197 (77.34% from 255) = 46.46%

R = 13.21%
G = 40.33%
B = 46.46%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#38ABC5 (or 0x38ABC5) is known color: Viking. HEX triplet: 38, AB and C5. RGB value is (56,171,197). Sum of RGB (Red+Green+Blue) = 56+171+197=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #38ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABC5 is #C7543A. Grayscale: #8B8B8B. Windows color (decimal): -13063227 or 12954424. OLE color: 12954424.

HSL color Cylindrical-coordinate representation of color #38ABC5: hue angle of 191.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ABC5 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 171 197 -
CMYK 0.72 0.13 0 0.23
HSL 191.06º 0.56% 0.5% -
HSV(B) 191.06º 0.72% 0.77% -
XYZ 26.27 34 58 -
YUV 139.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 56 171 197 0.72 0.13 0 0.23 191.06 0.56 0.5
Hex 38 AB C5 48 D 0 17 BF 38 32
Octal 70 253 305 110 15 0 27 277 70 62
Binary 111000 10101011 11000101 1001000 1101 0 10111 10111111 111000 110010

Color Harmonies of #38ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABC5

Black with #38ABC5

Text Example


Text Example

White with #38ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,197); }

 H1.HeaderClassName
 {
   color: #38ABC5;
 }
 .AnyTagClassName
 {
   color: #38ABC5;
 }
</style>

background-color css

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

 a { background-color: rgb(56,171,197); }

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

border-color css

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

 span { border-color: rgb(56,171,197); }

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