Html Css Color HEX #1F9694 Java

📋 copy color: '#1F9694'

red 31 ◦ green 150 ◦ blue 148

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

Shades of Java #1F9694

Tints of Java #1F9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 9.42%
G = 45.59%
B = 44.98%

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

#1F9694 (or 0x1F9694) is known color: Java. HEX triplet: 1F, 96 and 94. RGB value is (31,150,148). Sum of RGB (Red+Green+Blue) = 31+150+148=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9694 is #E0696B. Grayscale: #727272. Windows color (decimal): -14707052 or 9737759. OLE color: 9737759.

HSL color Cylindrical-coordinate representation of color #1F9694: hue angle of 178.99º 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 #1F9694 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 148 -
CMYK 0.79 0 0.01 0.41
HSL 178.99º 0.66% 0.35% -
HSV(B) 178.99º 0.79% 0.59% -
XYZ 16.82 24.24 31.81 -
YUV 114.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 31 150 148 0.79 0 0.01 0.41 178.99 0.66 0.35
Hex 1F 96 94 4F 0 1 29 B3 42 23
Octal 37 226 224 117 0 1 51 263 102 43
Binary 11111 10010110 10010100 1001111 0 1 101001 10110011 1000010 100011

Color Harmonies of #1F9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9694

Black with #1F9694

Text Example


Text Example

White with #1F9694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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