Html Css Color HEX #197E90 Allports

📋 copy color: '#197E90'

red 25 ◦ green 126 ◦ blue 144

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

Shades of Allports #197E90

Tints of Allports #197E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 8.47%
G = 42.71%
B = 48.81%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197E90 (or 0x197E90) is known color: Allports. HEX triplet: 19, 7E and 90. RGB value is (25,126,144). Sum of RGB (Red+Green+Blue) = 25+126+144=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #197E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E90 is #E6816F. Grayscale: #616161. Windows color (decimal): -15106416 or 9469465. OLE color: 9469465.

HSL color Cylindrical-coordinate representation of color #197E90: hue angle of 189.08º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197E90 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 126 144 -
CMYK 0.83 0.12 0 0.44
HSL 189.08º 0.7% 0.33% -
HSV(B) 189.08º 0.83% 0.56% -
XYZ 12.9 17.14 29.01 -
YUV 97.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 25 126 144 0.83 0.12 0 0.44 189.08 0.7 0.33
Hex 19 7E 90 53 C 0 2C BD 46 21
Octal 31 176 220 123 14 0 54 275 106 41
Binary 11001 1111110 10010000 1010011 1100 0 101100 10111101 1000110 100001

Color Harmonies of #197E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197E90

Black with #197E90

Text Example


Text Example

White with #197E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197E90; }

 p { color: rgb(25,126,144); }

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

background-color css

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

 a { background-color: rgb(25,126,144); }

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

border-color css

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

 span { border-color: rgb(25,126,144); }

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