Html Css Color HEX #197B83 Atoll

📋 copy color: '#197B83'

red 25 ◦ green 123 ◦ blue 131

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

Shades of Atoll #197B83

Tints of Atoll #197B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.09%

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

R = 8.96%
G = 44.09%
B = 46.95%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197B83 (or 0x197B83) is known color: Atoll. HEX triplet: 19, 7B and 83. RGB value is (25,123,131). Sum of RGB (Red+Green+Blue) = 25+123+131=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #197B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B83 is #E6847C. Grayscale: #5E5E5E. Windows color (decimal): -15107197 or 8616729. OLE color: 8616729.

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

Color convert

RGB 25 123 131 -
CMYK 0.81 0.06 0 0.49
HSL 184.53º 0.68% 0.31% -
HSV(B) 184.53º 0.81% 0.51% -
XYZ 11.58 16.01 23.95 -
YUV 94.61 148.53 78.35 -
System Red Green Blue C M Y K H S L
Decimal 25 123 131 0.81 0.06 0 0.49 184.53 0.68 0.31
Hex 19 7B 83 51 6 0 31 B9 44 1F
Octal 31 173 203 121 6 0 61 271 104 37
Binary 11001 1111011 10000011 1010001 110 0 110001 10111001 1000100 11111

Color Harmonies of #197B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B83

Black with #197B83

Text Example


Text Example

White with #197B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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