Html Css Color HEX #239980 Niagara

📋 copy color: '#239980'

red 35 ◦ green 153 ◦ blue 128

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

Shades of Niagara #239980

Tints of Niagara #239980

RGB

 RED value IS 35 (14.06% from 255) = 11.08%

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 11.08%
G = 48.42%
B = 40.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#239980 (or 0x239980) is known color: Niagara. HEX triplet: 23, 99 and 80. RGB value is (35,153,128). Sum of RGB (Red+Green+Blue) = 35+153+128=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #239980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239980 is #DC667F. Grayscale: #727272. Windows color (decimal): -14444160 or 8427811. OLE color: 8427811.

HSL color Cylindrical-coordinate representation of color #239980: hue angle of 167.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239980 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 153 128 -
CMYK 0.77 0 0.16 0.4
HSL 167.29º 0.63% 0.37% -
HSV(B) 167.29º 0.77% 0.6% -
XYZ 15.98 24.7 24.35 -
YUV 114.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 35 153 128 0.77 0 0.16 0.4 167.29 0.63 0.37
Hex 23 99 80 4D 0 10 28 A7 3F 25
Octal 43 231 200 115 0 20 50 247 77 45
Binary 100011 10011001 10000000 1001101 0 10000 101000 10100111 111111 100101

Color Harmonies of #239980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239980

Black with #239980

Text Example


Text Example

White with #239980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239980; }

 p { color: rgb(35,153,128); }

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

background-color css

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

 a { background-color: rgb(35,153,128); }

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

border-color css

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

 span { border-color: rgb(35,153,128); }

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