Html Css Color HEX #38ADC5 Viking

📋 copy color: '#38ADC5'

red 56 ◦ green 173 ◦ blue 197

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

Shades of Viking #38ADC5

Tints of Viking #38ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

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

R = 13.15%
G = 40.61%
B = 46.24%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#38ADC5 (or 0x38ADC5) is known color: Viking. HEX triplet: 38, AD and C5. RGB value is (56,173,197). Sum of RGB (Red+Green+Blue) = 56+173+197=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #38ADC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADC5 is #C7523A. Grayscale: #8C8C8C. Windows color (decimal): -13062715 or 12954936. OLE color: 12954936.

HSL color Cylindrical-coordinate representation of color #38ADC5: hue angle of 190.21º 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 #38ADC5 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 173 197 -
CMYK 0.72 0.12 0 0.23
HSL 190.21º 0.56% 0.5% -
HSV(B) 190.21º 0.72% 0.77% -
XYZ 26.65 34.76 58.13 -
YUV 140.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 56 173 197 0.72 0.12 0 0.23 190.21 0.56 0.5
Hex 38 AD C5 48 C 0 17 BE 38 32
Octal 70 255 305 110 14 0 27 276 70 62
Binary 111000 10101101 11000101 1001000 1100 0 10111 10111110 111000 110010

Color Harmonies of #38ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADC5

Black with #38ADC5

Text Example


Text Example

White with #38ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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