Html Css Color HEX #197D85 Atoll

📋 copy color: '#197D85'

red 25 ◦ green 125 ◦ blue 133

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

Shades of Atoll #197D85

Tints of Atoll #197D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.17%

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

R = 8.83%
G = 44.17%
B = 47%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197D85 (or 0x197D85) is known color: Atoll. HEX triplet: 19, 7D and 85. RGB value is (25,125,133). Sum of RGB (Red+Green+Blue) = 25+125+133=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #197D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D85 is #E6827A. Grayscale: #5F5F5F. Windows color (decimal): -15106683 or 8748313. OLE color: 8748313.

HSL color Cylindrical-coordinate representation of color #197D85: hue angle of 184.44º 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 #197D85 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 125 133 -
CMYK 0.81 0.06 0 0.48
HSL 184.44º 0.68% 0.31% -
HSV(B) 184.44º 0.81% 0.52% -
XYZ 11.97 16.57 24.76 -
YUV 96.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 25 125 133 0.81 0.06 0 0.48 184.44 0.68 0.31
Hex 19 7D 85 51 6 0 30 B8 44 1F
Octal 31 175 205 121 6 0 60 270 104 37
Binary 11001 1111101 10000101 1010001 110 0 110000 10111000 1000100 11111

Color Harmonies of #197D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D85

Black with #197D85

Text Example


Text Example

White with #197D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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