Html Css Color HEX #197E83 Atoll

📋 copy color: '#197E83'

red 25 ◦ green 126 ◦ blue 131

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

Shades of Atoll #197E83

Tints of Atoll #197E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 8.87%
G = 44.68%
B = 46.45%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197E83 (or 0x197E83) is known color: Atoll. HEX triplet: 19, 7E and 83. RGB value is (25,126,131). Sum of RGB (Red+Green+Blue) = 25+126+131=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #197E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E83 is #E6817C. Grayscale: #606060. Windows color (decimal): -15106429 or 8617497. OLE color: 8617497.

HSL color Cylindrical-coordinate representation of color #197E83: hue angle of 182.83º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197E83 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 126 131 -
CMYK 0.81 0.04 0 0.49
HSL 182.83º 0.68% 0.31% -
HSV(B) 182.83º 0.81% 0.51% -
XYZ 11.96 16.77 24.08 -
YUV 96.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 25 126 131 0.81 0.04 0 0.49 182.83 0.68 0.31
Hex 19 7E 83 51 4 0 31 B7 44 1F
Octal 31 176 203 121 4 0 61 267 104 37
Binary 11001 1111110 10000011 1010001 100 0 110001 10110111 1000100 11111

Color Harmonies of #197E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197E83

Black with #197E83

Text Example


Text Example

White with #197E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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