Html Css Color HEX #197F85 Atoll

📋 copy color: '#197F85'

red 25 ◦ green 127 ◦ blue 133

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

Shades of Atoll #197F85

Tints of Atoll #197F85

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 8.77%
G = 44.56%
B = 46.67%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197F85 (or 0x197F85) is known color: Atoll. HEX triplet: 19, 7F and 85. RGB value is (25,127,133). Sum of RGB (Red+Green+Blue) = 25+127+133=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #197F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F85 is #E6807A. Grayscale: #616161. Windows color (decimal): -15106171 or 8748825. OLE color: 8748825.

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

Color convert

RGB 25 127 133 -
CMYK 0.81 0.05 0 0.48
HSL 183.33º 0.68% 0.31% -
HSV(B) 183.33º 0.81% 0.52% -
XYZ 12.22 17.08 24.84 -
YUV 97.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 25 127 133 0.81 0.05 0 0.48 183.33 0.68 0.31
Hex 19 7F 85 51 5 0 30 B7 44 1F
Octal 31 177 205 121 5 0 60 267 104 37
Binary 11001 1111111 10000101 1010001 101 0 110000 10110111 1000100 11111

Color Harmonies of #197F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F85

Black with #197F85

Text Example


Text Example

White with #197F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,133); }

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

background-color css

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

 a { background-color: rgb(25,127,133); }

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

border-color css

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

 span { border-color: rgb(25,127,133); }

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