Html Css Color HEX #1F9695 Java

📋 copy color: '#1F9695'

red 31 ◦ green 150 ◦ blue 149

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

Shades of Java #1F9695

Tints of Java #1F9695

RGB

 RED value IS 31 (12.5% from 255) = 9.39%

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 9.39%
G = 45.45%
B = 45.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#1F9695 (or 0x1F9695) is known color: Java. HEX triplet: 1F, 96 and 95. RGB value is (31,150,149). Sum of RGB (Red+Green+Blue) = 31+150+149=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9695 is #E0696A. Grayscale: #727272. Windows color (decimal): -14707051 or 9803295. OLE color: 9803295.

HSL color Cylindrical-coordinate representation of color #1F9695: hue angle of 179.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9695 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 149 -
CMYK 0.79 0 0.01 0.41
HSL 179.5º 0.66% 0.35% -
HSV(B) 179.5º 0.79% 0.59% -
XYZ 16.9 24.27 32.23 -
YUV 114.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 31 150 149 0.79 0 0.01 0.41 179.5 0.66 0.35
Hex 1F 96 95 4F 0 1 29 B3 42 23
Octal 37 226 225 117 0 1 51 263 102 43
Binary 11111 10010110 10010101 1001111 0 1 101001 10110011 1000010 100011

Color Harmonies of #1F9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9695

Black with #1F9695

Text Example


Text Example

White with #1F9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9695; }

 p { color: rgb(31,150,149); }

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

background-color css

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

 a { background-color: rgb(31,150,149); }

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

border-color css

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

 span { border-color: rgb(31,150,149); }

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