Html Css Color HEX #198196 Eastern Blue

📋 copy color: '#198196'

red 25 ◦ green 129 ◦ blue 150

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

Shades of Eastern Blue #198196

Tints of Eastern Blue #198196

RGB

 RED value IS 25 (10.16% from 255) = 8.22%

 GREEN value IS 129 (50.78% from 255) = 42.43%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 8.22%
G = 42.43%
B = 49.34%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#198196 (or 0x198196) is known color: Eastern Blue. HEX triplet: 19, 81 and 96. RGB value is (25,129,150). Sum of RGB (Red+Green+Blue) = 25+129+150=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #198196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198196 is #E67E69. Grayscale: #646464. Windows color (decimal): -15105642 or 9863449. OLE color: 9863449.

HSL color Cylindrical-coordinate representation of color #198196: hue angle of 190.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198196 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 129 150 -
CMYK 0.83 0.14 0 0.41
HSL 190.08º 0.71% 0.34% -
HSV(B) 190.08º 0.83% 0.59% -
XYZ 13.76 18.11 31.62 -
YUV 100.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 25 129 150 0.83 0.14 0 0.41 190.08 0.71 0.34
Hex 19 81 96 53 E 0 29 BE 47 22
Octal 31 201 226 123 16 0 51 276 107 42
Binary 11001 10000001 10010110 1010011 1110 0 101001 10111110 1000111 100010

Color Harmonies of #198196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198196

Black with #198196

Text Example


Text Example

White with #198196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198196; }

 p { color: rgb(25,129,150); }

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

background-color css

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

 a { background-color: rgb(25,129,150); }

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

border-color css

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

 span { border-color: rgb(25,129,150); }

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