Html Css Color HEX #197477 Atoll

📋 copy color: '#197477'

red 25 ◦ green 116 ◦ blue 119

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

Shades of Atoll #197477

Tints of Atoll #197477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 9.62%
G = 44.62%
B = 45.77%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#197477 (or 0x197477) is known color: Atoll. HEX triplet: 19, 74 and 77. RGB value is (25,116,119). Sum of RGB (Red+Green+Blue) = 25+116+119=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #197477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197477 is #E68B88. Grayscale: #595959. Windows color (decimal): -15109001 or 7828505. OLE color: 7828505.

HSL color Cylindrical-coordinate representation of color #197477: hue angle of 181.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197477 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 116 119 -
CMYK 0.79 0.03 0 0.53
HSL 181.91º 0.65% 0.28% -
HSV(B) 181.91º 0.79% 0.47% -
XYZ 9.98 14.03 19.63 -
YUV 89.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 25 116 119 0.79 0.03 0 0.53 181.91 0.65 0.28
Hex 19 74 77 4F 3 0 35 B6 41 1C
Octal 31 164 167 117 3 0 65 266 101 34
Binary 11001 1110100 1110111 1001111 11 0 110101 10110110 1000001 11100

Color Harmonies of #197477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197477

Black with #197477

Text Example


Text Example

White with #197477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197477; }

 p { color: rgb(25,116,119); }

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

background-color css

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

 a { background-color: rgb(25,116,119); }

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

border-color css

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

 span { border-color: rgb(25,116,119); }

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