Html Css Color HEX #35B192 Niagara

📋 copy color: '#35B192'

red 53 ◦ green 177 ◦ blue 146

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

Shades of Niagara #35B192

Tints of Niagara #35B192

RGB

 RED value IS 53 (21.09% from 255) = 14.1%

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 14.1%
G = 47.07%
B = 38.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#35B192 (or 0x35B192) is known color: Niagara. HEX triplet: 35, B1 and 92. RGB value is (53,177,146). Sum of RGB (Red+Green+Blue) = 53+177+146=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #35B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B192 is #CA4E6D. Grayscale: #888888. Windows color (decimal): -13258350 or 9613621. OLE color: 9613621.

HSL color Cylindrical-coordinate representation of color #35B192: hue angle of 165º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B192 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 177 146 -
CMYK 0.70 0 0.18 0.31
HSL 165º 0.54% 0.45% -
HSV(B) 165º 0.7% 0.69% -
XYZ 22.38 34.28 32.63 -
YUV 136.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 53 177 146 0.70 0 0.18 0.31 165 0.54 0.45
Hex 35 B1 92 46 0 12 1F A5 36 2D
Octal 65 261 222 106 0 22 37 245 66 55
Binary 110101 10110001 10010010 1000110 0 10010 11111 10100101 110110 101101

Color Harmonies of #35B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B192

Black with #35B192

Text Example


Text Example

White with #35B192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35B192; }

 p { color: rgb(53,177,146); }

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

background-color css

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

 a { background-color: rgb(53,177,146); }

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

border-color css

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

 span { border-color: rgb(53,177,146); }

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